From 8660571bee3c951bf07519da08f0729b5c904729 Mon Sep 17 00:00:00 2001 From: x_ying <2438792676@qq.com> Date: Thu, 7 Jul 2022 16:50:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE=E7=AE=A1=E7=90=86-=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E4=BD=BF=E7=94=A8=E8=AE=B0=E5=BD=95=20=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=99=A8=E6=90=9C=E7=B4=A2bug=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/storeManage/tagManage/tagLog/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/storeManage/tagManage/tagLog/index.vue b/src/views/storeManage/tagManage/tagLog/index.vue index 2ffdd9a..9ac52f2 100644 --- a/src/views/storeManage/tagManage/tagLog/index.vue +++ b/src/views/storeManage/tagManage/tagLog/index.vue @@ -5,7 +5,7 @@ - + @@ -97,8 +97,12 @@ export default { } }, methods: { + // 获取数据前的处理 [CRUD.HOOK.beforeRefresh]() { this.crud.query.tid = this.params.tid + this.crud.query.title = this.params.title + this.crud.query.operType = null + this.crud.query.bindingType = null if (this.operType > 0) { this.crud.query.operType = this.operType } @@ -111,6 +115,7 @@ export default { } else if (this.searchVal === 'tid') { this.crud.query.tid = this.keyWord } + // console.log(this.crud.data) }, clickRowHandler(row) { this.$refs.table.toggleRowSelection(row)