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