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 {
- - - + + + - +