修复已知问题
This commit is contained in:
@@ -838,7 +838,8 @@
|
||||
files: JSON.stringify(files.value),
|
||||
goodsSpec: goodsSpec.value,
|
||||
goodsSkus: skuList.value,
|
||||
type: props.merchantId ? 1 : 0
|
||||
merchantId: getMerchantId(),
|
||||
type: getMerchantId() ? 1 : 0
|
||||
};
|
||||
const saveOrUpdate = isUpdate.value ? updateGoods : addGoods;
|
||||
saveOrUpdate(formData)
|
||||
|
||||
Reference in New Issue
Block a user