dev2 #1

Open
panjunjie wants to merge 174 commits from dev2 into main
2 changed files with 3 additions and 0 deletions
Showing only changes of commit e45e05fe99 - Show all commits

View File

@ -310,6 +310,7 @@
specUnit: item.specUnit,
description: item.description,
sortOrder: item.sortOrder,
productNumber:item.productNumber
}))
//
@ -343,6 +344,7 @@
if (res.status === 200) {
this.$message.success('操作成功');
this.$emit('refresh'); //
this.drawerVisible = false; //
} else {
this.$message.error('操作失败: ' + res.msg);

View File

@ -156,6 +156,7 @@
:mode="formMode"
:shop-list-data="shopList"
@success="handleSuccess"
@refresh="getGoodsList"
/>
<BatchProductOperation :visible.sync="batchVisible"/>