mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-23 03:15:54 +08:00
b2c版本
This commit is contained in:
@@ -1186,6 +1186,7 @@ export default {
|
||||
}
|
||||
this.goodsParams = response;
|
||||
|
||||
|
||||
//展开选项卡
|
||||
this.goodsParams.forEach((item) => {
|
||||
this.params_panel.push(item.groupName);
|
||||
@@ -1751,7 +1752,7 @@ export default {
|
||||
},
|
||||
/** 添加商品 **/
|
||||
save() {
|
||||
this.submitLoading = true;
|
||||
// this.submitLoading = true;
|
||||
this.$refs["baseInfoForm"].validate((valid) => {
|
||||
if (valid) {
|
||||
if (this.baseInfoForm.salesModel === "WHOLESALE") {
|
||||
|
||||
Reference in New Issue
Block a user