@@ -523,7 +523,8 @@ export default {
startDate: null,
endDate: null,
classHour: null,
- studyState: null
+ studyState: null,
+ // approveStatus: 1
},
// 表单参数
form: {},
@@ -504,7 +504,7 @@ export default {
successorOptions: [],
// 包含导师ID的查询对象
queryObject: {
- mentorStaffId: "00427"
+ mentorStaffId: "00432"
// 用户导入参数
upload: {
@@ -608,7 +608,6 @@ export default {
/** 查看培训详情处理 */
handleDetail(row) {
this.tableData = [];
- this.commentParams = {},
this.detail.id = row.id;
this.detail.title = row.plantName + this.$t('详情');
this.detail.open = true;