diff --git a/project/xumu/AppInsuranceAudit/add.vue b/project/xumu/AppInsuranceAudit/add.vue index db5605f1..b90ef26a 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) {