Explorar o código

履职计划选择要点不自动查询问题

jiawuxian %!s(int64=2) %!d(string=hai) anos
pai
achega
7a04a4331e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/resumption/ruleManager/dialog.select.point.vue

+ 2 - 1
src/views/resumption/ruleManager/dialog.select.point.vue

@@ -99,7 +99,8 @@ export default {
       ruleListForOrg({ orgType: this.orgType }).then((r) => {
         this.ruleList = r.data;        
         if (r.data && r.data.length > 0) {
-          this.search.ruleId = r.data[0].id;          
+          this.search.ruleId = r.data[0].id; 
+          this.$refs.st.search();         
         }
       });
     },