田源
2023-12-21 30f8bc81e6f923ce4e75a6f50afeac405bb1d695
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,