Source/UBCS-WEB/src/components/advanced-query/advancedQuery.vue
@@ -209,7 +209,7 @@ this.initOptions.forEach((item,index) => { if(item.fieldType==='combox') { let enumCach = item.data || JSON.parse(localStorage.getItem(item.comboxKey)); if(enumCach != null) { if(enumCach != null && enumCach.length > 0) { item.data = enumCach; }else { getDictionary({code: item.comboxKey}).then(res=>{