From 1ead1b2e9a6ab9531510c7484ce9eca243fcfbcb Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 17 Jan 2025 10:10:54 +0800 Subject: [PATCH] =?UTF-8?q?refactor(xumu):=20=E4=BC=98=E5=8C=96=E4=BF=9D?= =?UTF-8?q?=E9=99=A9=E7=94=B3=E8=AF=B7=E5=92=8C=E5=AE=A1=E6=A0=B8=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改保险产品显示逻辑,使用字典标签展示 - 临时注释审计提交功能 - 优化审计状态选择器配置 - 条件渲染保单订单号输入框 --- project/xumu/AppInsuranceApply/add.vue | 2 +- project/xumu/AppInsuranceAudit/add.vue | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/project/xumu/AppInsuranceApply/add.vue b/project/xumu/AppInsuranceApply/add.vue index a2dfc0cf..ecfb5015 100644 --- a/project/xumu/AppInsuranceApply/add.vue +++ b/project/xumu/AppInsuranceApply/add.vue @@ -111,7 +111,7 @@ export default { - + diff --git a/project/xumu/AppInsuranceAudit/add.vue b/project/xumu/AppInsuranceAudit/add.vue index 3edab7ad..db5605f1 100644 --- a/project/xumu/AppInsuranceAudit/add.vue +++ b/project/xumu/AppInsuranceAudit/add.vue @@ -92,12 +92,12 @@ export default { }, handleAudit() { this.$refs.detail.validate().then(() => { - this.instance.post("/api/insurance/apply/audit", this.detail).then(res => { - if (res?.code == 0) { - this.$message.success("提交成功!") - this.back() - } - }) + // this.instance.post("/api/insurance/apply/audit", this.detail).then(res => { + // if (res?.code == 0) { + // this.$message.success("提交成功!") + // this.back() + // } + // }) }) }, getRemoteInfo(userId) { @@ -182,13 +182,15 @@ export default {
- - - + + + - +