From 627d688c2da2952d95df475d933117e7f98b103e Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 22 Dec 2021 09:56:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/3.0.0/AppNavConfig/components/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/3.0.0/AppNavConfig/components/List.vue b/packages/3.0.0/AppNavConfig/components/List.vue index f04b9f34..4136fd29 100644 --- a/packages/3.0.0/AppNavConfig/components/List.vue +++ b/packages/3.0.0/AppNavConfig/components/List.vue @@ -200,7 +200,7 @@ if (valid) { this.instance.post(`/app/appminihomeconfig/addOrUpdate`, { ...this.form, - id: this.id || '', + id: this.id || null, pictureUrl: this.form.pictureUrl[0].url }).then(res => { if (res.code === 0) {