Sfoglia il codice sorgente

修复外包评价管理搜索机构类型与角色类型联动缺陷

coys 1 anno fa
parent
commit
0572aca7ad
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/resumptionEvaluate/evaluate/index.vue

+ 1 - 0
src/views/resumptionEvaluate/evaluate/index.vue

@@ -358,6 +358,7 @@ export default {
     },
     cleanExecOrgList() {
       this.execOrgIds = null;
+      this.queryParams.roleId=[]
       this.queryParams.execOrgList = [];
       this.getRolesByOrg();
     },