src/views/common/ztt-table.vue
@@ -819,6 +819,7 @@ this.isCleanInfo = true } } this.$emit("queryParam",this.queryParam) }, deep: true }, @@ -959,7 +960,6 @@ arr.push(this.paramArr[i]) } } this.dataListLoading = false return this.doCallback(this.ajaxFun, arr, selectedId) }, doCallback(fn, args, selectedId) { @@ -1000,6 +1000,7 @@ this.clickTable(selectObj) } } this.$emit('change',resultData); }) .catch((error) => { this.dataListLoading = false @@ -1532,6 +1533,7 @@ } } } console.log(this.columnList); this.tableKey = Math.random() // this.$forceUpdate(); const currPathColumnOrder = this.currPath + '_column'