From 62691f7fd5a5a495c38f4f17befa053bf61192b1 Mon Sep 17 00:00:00 2001 From: 86134 <aa> Date: 星期四, 09 十一月 2023 09:52:41 +0800 Subject: [PATCH] 11 --- src/views/common/ztt-table.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/common/ztt-table.vue b/src/views/common/ztt-table.vue index 724a966..6367bee 100644 --- a/src/views/common/ztt-table.vue +++ b/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]) } } - 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' -- Gitblit v1.9.3