From da62b593de14f2daa5cad2fc3085e92df5b2f14b Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Mon, 23 Jun 2025 14:47:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E5=AE=A1=E6=A0=B8=E8=81=94?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business-examine/receive-apply/index.vue | 7 ++++--- src/views/business/businessHandling/index.vue | 20 +++++++++---------- 2 files changed, 14 insertions(+), 13 deletions(-) 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()