Browse Source

LY 专项培训

ly 3 years ago
parent
commit
401d31c8fd
1 changed files with 1 additions and 1 deletions
  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() {