diff --git a/src/views/principalAward/aduit/index.vue b/src/views/principalAward/aduit/index.vue index 79d7bc1..e1fac32 100644 --- a/src/views/principalAward/aduit/index.vue +++ b/src/views/principalAward/aduit/index.vue @@ -142,7 +142,7 @@ export default { pageSize: 10, applyName: undefined, createBy: undefined, - applyStatus: undefined, + applyStatus: '1', }, // 表单参数 form: {}, @@ -224,7 +224,7 @@ export default { pageSize: 10, applyName: undefined, createBy: undefined, - applyStatus: undefined, + applyStatus: '1', applyType: this.applyParam.applyType }; this.resetForm("queryForm"); @@ -244,7 +244,6 @@ export default { this.isShowButton = false getDetail(applyId).then(response => { this.form = response.data; - console.log(this.form) this.editOpen = true; this.isReadOnly = true this.isView = false diff --git a/src/views/reward/aduit/index.vue b/src/views/reward/aduit/index.vue index 7713b96..ea80b66 100644 --- a/src/views/reward/aduit/index.vue +++ b/src/views/reward/aduit/index.vue @@ -137,7 +137,7 @@ export default { pageSize: 10, applyName: undefined, createBy: undefined, - applyStatus: undefined, + applyStatus: '1', }, // 表单参数 form: {}, @@ -219,7 +219,7 @@ export default { pageSize: 10, applyName: undefined, createBy: undefined, - applyStatus: undefined, + applyStatus: '1', applyType: this.applyParam.applyType }; this.resetForm("queryForm"); diff --git a/src/views/teacherAward/aduit/index.vue b/src/views/teacherAward/aduit/index.vue index 68f3eb9..e999258 100644 --- a/src/views/teacherAward/aduit/index.vue +++ b/src/views/teacherAward/aduit/index.vue @@ -142,7 +142,7 @@ export default { pageSize: 10, applyName: undefined, createBy: undefined, - applyStatus: undefined, + applyStatus: '1', }, // 表单参数 form: {}, @@ -224,7 +224,7 @@ export default { pageSize: 10, applyName: undefined, createBy: undefined, - applyStatus: undefined, + applyStatus: '1', applyType: this.applyParam.applyType }; this.resetForm("queryForm"); diff --git a/src/views/trainAward/aduit/index.vue b/src/views/trainAward/aduit/index.vue index 6863ba5..3d6fdd2 100644 --- a/src/views/trainAward/aduit/index.vue +++ b/src/views/trainAward/aduit/index.vue @@ -142,7 +142,7 @@ export default { pageSize: 10, applyName: undefined, createBy: undefined, - applyStatus: undefined, + applyStatus: '1', }, // 表单参数 form: {}, @@ -224,7 +224,7 @@ export default { pageSize: 10, applyName: undefined, createBy: undefined, - applyStatus: undefined, + applyStatus: '1', applyType: this.applyParam.applyType }; this.resetForm("queryForm");