From 30f8bc81e6f923ce4e75a6f50afeac405bb1d695 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期四, 21 十二月 2023 17:20:21 +0800 Subject: [PATCH] 主数据切换查询条件,清空查询条件 --- Source/UBCS-WEB/src/views/statistic/statisticPage.vue | 2 +- Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue index 42f2440..09a1570 100644 --- a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue +++ b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue @@ -1145,8 +1145,10 @@ tableFindInp() { this.isLoading = true; try { + this.conditionMap = {}; // 瀛樺偍鏌ヨ鏉′欢锛屼富瑕佹槸涓轰簡鐐瑰嚮椤电爜鏃跺甫涓婅繖涓潯浠� this.conditionMap["conditionMap[" + this.keyWordFind + "]"] = '*' + this.WupinFindValue + '*'; + console.log(this.conditionMap) TableData({ templateOid: this.templateOid, codeClassifyOid: this.codeClassifyOid, diff --git a/Source/UBCS-WEB/src/views/statistic/statisticPage.vue b/Source/UBCS-WEB/src/views/statistic/statisticPage.vue index cf657d2..9e69921 100644 --- a/Source/UBCS-WEB/src/views/statistic/statisticPage.vue +++ b/Source/UBCS-WEB/src/views/statistic/statisticPage.vue @@ -187,7 +187,7 @@ return { menuData: record.menuData, menuName: record.menuName, - btmname: key + btmname: key }; }); this[listType] = []; -- Gitblit v1.9.3