Commit 7aa54df9 authored by 张牧越's avatar 张牧越

fix

parent 1524ec33
...@@ -143,6 +143,7 @@ export default { ...@@ -143,6 +143,7 @@ export default {
}, },
getColumns() { getColumns() {
let arr = []; let arr = [];
this.columns = [];
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);
if (index == -1) { if (index == -1) {
......
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