@@ -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() {