Browse Source

器件详情页产品请求新增status字段

yangc 8 years ago
parent
commit
2fded92cfd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/product/component/_uuid.vue

+ 2 - 1
pages/product/component/_uuid.vue

@@ -27,7 +27,8 @@
               uuid: route.params.uuid,
               uuid: route.params.uuid,
               ignoreUMall: false,
               ignoreUMall: false,
               ignoreStore: false,
               ignoreStore: false,
-              storeIds: ''
+              storeIds: '',
+              status: 601
             }}),
             }}),
         store.dispatch('getUmallStoreId'),
         store.dispatch('getUmallStoreId'),
         store.dispatch('product/saveStores')
         store.dispatch('product/saveStores')