wangggziwen il y a 3 ans
Parent
commit
5f04cb27b3

+ 2 - 1
ui/src/views/training/spec/myplan/index.vue

@@ -523,7 +523,8 @@ export default {
         startDate: null,
         endDate: null,
         classHour: null,
-        studyState: null
+        studyState: null,
+        // approveStatus: 1
       },
       // 表单参数
       form: {},

+ 1 - 2
ui/src/views/training/spec/plan/index.vue

@@ -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;