From e22873165de8de40e95fe6fd515af18c20d6f10d Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Fri, 19 Jul 2024 17:19:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=80=89=E6=8B=A9=E5=AE=A2?= =?UTF-8?q?=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-as-ui/src/components/publicPage/quickAddCustomer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yxt-as-ui/src/components/publicPage/quickAddCustomer.vue b/yxt-as-ui/src/components/publicPage/quickAddCustomer.vue index 814e723fc7..cd793fbc8a 100644 --- a/yxt-as-ui/src/components/publicPage/quickAddCustomer.vue +++ b/yxt-as-ui/src/components/publicPage/quickAddCustomer.vue @@ -552,7 +552,7 @@ export default { return } this.submitdisabled = true - req.saveCustomerVeh(this.formobj).then((res) => { + req.quickAddSave(this.formobj).then((res) => { if (res.success) { this.$message({ showClose: true, type: 'success', message: '保存成功' }) this.handleReturn('true')