Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS-WEB/src/views/statistic/statisticPage.vue | 补丁 | 查看 | 原始文档 | 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