田源
2023-12-21 30f8bc81e6f923ce4e75a6f50afeac405bb1d695
主数据切换查询条件,清空查询条件
已修改2个文件
4 ■■■ 文件已修改
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/statistic/statisticPage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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,
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] = [];