Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS-WEB/src/components/advanced-query/advancedQuery.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -318,7 +318,6 @@ key: "oid", label: "name", }, tableHeadFindDatas: [], applyvisible: false, amendvisible: false, addvisible: false, @@ -448,7 +447,6 @@ // console.log(record) // } }) this.tableHeadFindDatas = newval; if (newval) { this.CodeArray = []; if (newval.find(item => item.prop === 'id')) { Source/UBCS-WEB/src/components/advanced-query/advancedQuery.vue
@@ -329,7 +329,7 @@ condtionParam['conditionMap['+searchConditions[index].queryField+searchConditions[index].condition+']'] = searchConditions[index].fieldValue; } } } // 查询条件没有出现重复属性,并且过滤掉了空值,就传递给父组件 //console.log(condtionParam);