Commit 4e7ec3ac authored by 袁家斌's avatar 袁家斌

change

parent 3a8b6932
...@@ -509,6 +509,7 @@ export default { ...@@ -509,6 +509,7 @@ export default {
return rowspan; return rowspan;
}, },
getColumns() { getColumns() {
this.columns = []
let arr = []; let arr = [];
this.allData.forEach((item) => { this.allData.forEach((item) => {
let index = arr.findIndex((row) => row.key == item.entrust_type); let index = arr.findIndex((row) => row.key == item.entrust_type);
...@@ -524,6 +525,7 @@ export default { ...@@ -524,6 +525,7 @@ export default {
}); });
this.columns = [...this.columns]; this.columns = [...this.columns];
}, },
showQuestion() { showQuestion() {
this.currentRowData = { this.currentRowData = {
......
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
</div> </div>
</div> --> </div> -->
<STable2 <STable2
:style="{ marginTop: '.1rem', height: 'calc(100% - .6rem)' }" :style="{ marginTop: '.1rem', height: 'calc(100% - .1rem)' }"
:headers="header4_1" :headers="header4_1"
:table-data="data4" :table-data="data4"
@row-click="(e)=>{rowClickArea(0, e)}" @row-click="(e)=>{rowClickArea(0, e)}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment