From d1a3fe5d5a91ea5f782d1c83abb7b6a111ec0a14 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Wed, 18 Oct 2023 11:33:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=90=A5=E9=94=80=E6=96=87=E7=AB=A0=EF=BC=9A?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=A1=A8=E5=8D=95=E5=B1=9E=E6=80=A7=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E6=B5=8F=E8=A7=88=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mall/promotion/article/ArticleForm.vue | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/views/mall/promotion/article/ArticleForm.vue b/src/views/mall/promotion/article/ArticleForm.vue index 36fc1340..2f99fa38 100644 --- a/src/views/mall/promotion/article/ArticleForm.vue +++ b/src/views/mall/promotion/article/ArticleForm.vue @@ -40,16 +40,6 @@ - - - - - @@ -141,7 +131,6 @@ const formData = ref({ author: undefined, picUrl: undefined, introduction: undefined, - browseCount: 0, sort: 0, status: 0, spuId: undefined, @@ -215,7 +204,6 @@ const resetForm = () => { author: undefined, picUrl: undefined, introduction: undefined, - browseCount: 0, sort: 0, status: 0, spuId: undefined,