修改商品编辑页面选择规格展示改为仅页面跳转
This commit is contained in:
@@ -363,7 +363,7 @@
|
||||
console.log(e);
|
||||
const item = FormData.specList.find(v => v.id === FormData.specId)
|
||||
FormData.selectSpec = (item.specList || [])
|
||||
|
||||
|
||||
}
|
||||
//获取规格数据
|
||||
function getTbProductSpec() {
|
||||
@@ -549,6 +549,8 @@
|
||||
}
|
||||
//判断验证是否通过
|
||||
console.log('pass');
|
||||
const item = FormData.specList.find(v => v.id === FormData.specId)
|
||||
FormData.specsInfoName = item?item.name:''
|
||||
console.log(FormData);
|
||||
emitspecificationsSave()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user