feat: 系统用户部分功能完成
This commit is contained in:
@@ -236,7 +236,7 @@ function createItem(val: IObject) {
|
||||
// 上架
|
||||
function handleSwitchChange(data: any) {
|
||||
let obj = {
|
||||
type: data.isGrounding ? "sku" : "product",
|
||||
type: data.productId ? "sku" : "product",
|
||||
id: data.id,
|
||||
isSale: data.isSale,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user