Explorar o código

LY 专项培训

ly %!s(int64=3) %!d(string=hai) anos
pai
achega
401d31c8fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {