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)