소스 검색

LY 专项培训

ly 3 년 전
부모
커밋
401d31c8fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ui/src/views/training/spec/successor/staffResume.vue

+ 1 - 1
ui/src/views/training/spec/successor/staffResume.vue

@@ -177,13 +177,13 @@ export default {
     this.getDicts("SPECIAL_DUTY").then(response => {
       this.specialDutyOptions = response.data;
     });
-    this.getPlanList()
   },
   methods: {
     init(row) {
       this.visible = true
       this.staff = row.staff
       this.queryParams.staffId = row.staff.staffid
+      this.getPlanList()
     },
     /** 查询培训计划列表 */
     getPlanList() {