xiongzhu 3 years ago
parent
commit
70fd05901d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/vue/src/views/CollectionEdit.vue

+ 2 - 2
src/main/vue/src/views/CollectionEdit.vue

@@ -465,7 +465,6 @@ export default {
                 onShelf: false,
                 salable: false,
                 properties: [],
-                newsOptions: [],
                 type: 'DEFAULT',
                 source: 'OFFICIAL',
                 pic: [],
@@ -720,7 +719,8 @@ export default {
             customUrl: resolveUrl(this.$baseUrl, 'upload/3dModel'),
             scale: 1,
             yOffset: 0,
-            editQuota: true
+            editQuota: true,
+            newsOptions: []
         };
     },
     methods: {