mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 08:25:52 +08:00
特殊情况下会报错问题处理
This commit is contained in:
@@ -1203,6 +1203,9 @@ export default {
|
||||
);
|
||||
},
|
||||
async GET_SkuSpec() {
|
||||
if(!this.specSelected){
|
||||
return;
|
||||
}
|
||||
let specResult = await API_GOODS.getSpecListSellerData({
|
||||
pageNumber: 1,
|
||||
pageSize: 10,
|
||||
|
||||
Reference in New Issue
Block a user