فهرست منبع

fix:补充文件查阅搜索逻辑

liujiayin 2 سال پیش
والد
کامیت
54e5597e4b
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/views/infosManage/fileIE.vue

+ 2 - 0
src/views/infosManage/fileIE.vue

@@ -207,6 +207,7 @@ export default {
           wheres = wheres + ` and wj.${i} like '%${this.searchWhere[i]}%'`
           wheres = wheres + ` and wj.${i} like '%${this.searchWhere[i]}%'`
         }
         }
       }
       }
+      console.log('this.searchWhere',this.searchWhere)
       if (fileType) {
       if (fileType) {
         switch (this.pageKey) {
         switch (this.pageKey) {
           case 'nbwj':
           case 'nbwj':
@@ -249,6 +250,7 @@ export default {
     },
     },
     refreshData() {
     refreshData() {
       this.listData = []
       this.listData = []
+      this.getSearcFormData()
       this.getDatas()
       this.getDatas()
     },
     },
     handleNodeClick(nodeId, nodeData, treeDatas) {
     handleNodeClick(nodeId, nodeData, treeDatas) {