From fbd6a41acfa49abd46f4ef984e80a9c570f7459c Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 6 Apr 2022 15:48:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B1=E4=BF=A1=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/xiushan/apps/AppDishonestExecutee/components/Add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xiushan/apps/AppDishonestExecutee/components/Add.vue b/project/xiushan/apps/AppDishonestExecutee/components/Add.vue index b41bed23..3e0a6234 100644 --- a/project/xiushan/apps/AppDishonestExecutee/components/Add.vue +++ b/project/xiushan/apps/AppDishonestExecutee/components/Add.vue @@ -150,7 +150,7 @@ export default { confirm( ) { this.$refs.forms.validate((valid) => { if (valid) { - this.instance.post(`/appcreditdishonestperson/queryDetailById`, { + this.instance.post(`/appcreditdishonestperson/addOrUpdate`, { ...this.forms, id: this.params.id || '', }).then(res => {