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,