소스 검색

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

jiawuxian 2 년 전
부모
커밋
7a04a4331e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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();         
         }
       });
     },