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