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