diff --git a/src/views/mall/promotion/article/ArticleForm.vue b/src/views/mall/promotion/article/ArticleForm.vue
index 92976931..80248f6a 100644
--- a/src/views/mall/promotion/article/ArticleForm.vue
+++ b/src/views/mall/promotion/article/ArticleForm.vue
@@ -41,16 +41,6 @@
-
-
-
-
-
@@ -143,7 +133,6 @@ const formData = ref({
author: undefined,
picUrl: undefined,
introduction: undefined,
- browseCount: 0,
sort: 0,
status: 0,
spuId: undefined,
@@ -217,7 +206,6 @@ const resetForm = () => {
author: undefined,
picUrl: undefined,
introduction: undefined,
- browseCount: 0,
sort: 0,
status: 0,
spuId: undefined,