diff --git a/src/views/business-examine/receive-apply/index.vue b/src/views/business-examine/receive-apply/index.vue index 868fcb9a..363176f3 100644 --- a/src/views/business-examine/receive-apply/index.vue +++ b/src/views/business-examine/receive-apply/index.vue @@ -122,9 +122,10 @@ export default { }, // 审核状态 statusOptions: [ - { label: '待审核', value: '1' }, - { label: '审核中', value: '2' }, - { label: '已完成', value: '3' } + { label: '待审核', value: '0' }, + { label: '审核中', value: '1' }, + { label: '已完成', value: '2' }, + { label: '已驳回', value: '3' } ], // 表头 tableColumns: [ diff --git a/src/views/business/businessHandling/index.vue b/src/views/business/businessHandling/index.vue index 35b0d20c..548cc45c 100644 --- a/src/views/business/businessHandling/index.vue +++ b/src/views/business/businessHandling/index.vue @@ -38,7 +38,7 @@ noOptionsText="没有数据" noResultsText="没有搜索结果" placeholder="请选择领用工程" - + @select="projectChange" /> @@ -791,15 +791,15 @@ export default { // }) // }, 500) }, - // projectChange(val) { - // this.maForm.projectName = val.name - // setTimeout(() => { - // // projectId: this.maForm.projectId - // getListUnite({}).then(response => { - // this.uniteList = response.data - // }) - // }, 500) - // }, + projectChange(val) { + this.maForm.projectName = val.name + // setTimeout(() => { + // // projectId: this.maForm.projectId + // getListUnite({}).then(response => { + // this.uniteList = response.data + // }) + // }, 500) + }, async standardConfigChange(val) { console.log('🚀 ~ standardConfigChange ~ val:', val) const loading = this.$loading()