lsx 2 лет назад
Родитель
Сommit
6875a3017f
1 измененных файлов с 1 добавлено и 0 удалено
  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) {