diff --git a/src/components/Course/courseForm.vue b/src/components/Course/courseForm.vue index fa921f5f..bc9c0af5 100644 --- a/src/components/Course/courseForm.vue +++ b/src/components/Course/courseForm.vue @@ -1188,7 +1188,7 @@ export default { }); }else{ $this.btnLoading = false; - this.$message.error('获取审核HRBP失败'); + this.$message.error('获取审核HRBP失败:'+rs.message); } }) diff --git a/src/components/System/chooseOrg.vue b/src/components/System/chooseOrg.vue index e9487290..ccf3220d 100644 --- a/src/components/System/chooseOrg.vue +++ b/src/components/System/chooseOrg.vue @@ -3,9 +3,11 @@
+
- + - - - - - - - - + 搜索 @@ -51,7 +44,7 @@ @@ -135,7 +128,7 @@ export default { }, detailType: 1, dialogVisible: false, - params: {status:''}, + params: {status:'',courseUser:'',courseName:''}, pageData:[], courseChooseShow: false, courseChooseId: '', @@ -145,7 +138,7 @@ export default { mounted() { this.loadResOwners(); this.searchData(); - this.getResOwnerTree().then(rs=>{ + this.getResOwnerTree().then(rs=>{ this.resOwnerListMap=rs; }); this.getSysTypeTree().then(rs=>{ @@ -161,8 +154,8 @@ export default { reset(){ this.resOwner = '' this.params.sysType = '' - this.params.createUser = '' - this.params.keyword = '' + this.params.courseName = '' + this.params.courseUser = '' this.params.type = '' this.params.publish = '' this.sysTypeList = []; diff --git a/src/views/examine/Reviewed.vue b/src/views/examine/Reviewed.vue index d34ef916..d576c1d4 100644 --- a/src/views/examine/Reviewed.vue +++ b/src/views/examine/Reviewed.vue @@ -7,11 +7,12 @@ - + - + + 搜索 重置 @@ -51,7 +53,7 @@ @@ -135,7 +137,7 @@ export default { }, detailType: 1, dialogVisible: false, - params: {status:''}, + params: {status:'',courseUser:'',courseName:''}, pageData:[], courseChooseShow: false, courseChooseId: '', @@ -161,8 +163,8 @@ export default { reset(){ this.resOwner = '' this.params.sysType = '' - this.params.createUser = '' - this.params.keyword = '' + this.params.courseUser = '' + this.params.courseName = '' this.params.type = '' this.params.publish = '' this.sysTypeList = [];