lsx 2 anni fa
parent
commit
6875a3017f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/business/goods/add.vue

+ 1 - 0
src/views/business/goods/add.vue

@@ -509,6 +509,7 @@ export default {
               exchangePrice: accMul(exchangePrice, 1),
               description: encodeURI(description),
               categoryId: categoryId[1],
+              type,
             }
           }).then(res => {
             if (res.code === 0) {