guhongwei 2 years ago
parent
commit
693eb3856d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/selfShop/goods/index.vue

+ 1 - 1
src/views/selfShop/goods/index.vue

@@ -236,7 +236,7 @@ export default {
     },
     },
     // 添加自定义
     // 添加自定义
     initAddData() {
     initAddData() {
-      const obj = { status: '1', shop: _.get(this.user.shop, '_id') };
+      const obj = { status: '0', shop: _.get(this.user.shop, '_id') };
       this.$set(this, 'form', obj);
       this.$set(this, 'form', obj);
     },
     },
     // 商品分类查询
     // 商品分类查询