From 47442a52fb7acc6fc4c80c643b9bbd468aef4182 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Wed, 19 Mar 2025 15:17:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BA=97=E9=93=BA=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=A0=A1=E9=AA=8C=E5=AE=89=E5=85=A8=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E4=BF=9D=E5=AD=98=E6=97=B6=E5=89=94=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/shop/config/components/safe.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/shop/config/components/safe.vue b/src/views/shop/config/components/safe.vue index 1aa2207..44674d9 100644 --- a/src/views/shop/config/components/safe.vue +++ b/src/views/shop/config/components/safe.vue @@ -97,9 +97,8 @@ export default { async submitHandles() { const res = await ShopApi.edit({ // code: this.form.prepareAmount, - // id: this.form.id, + id: this.form.id, // status:this.form.status, - ...this.form, isReturnPwd: this.form.isReturnPwd == true ? 1 : 0, isMemberInPwd: this.form.isMemberInPwd == true ? 1 : 0, isMemberReturnPwd: this.form.isMemberReturnPwd == true ? 1 : 0,