fix: 🐛 修复管理端分类绑定规格无数据问题
parent
68ba97e590
commit
163f9f26c2
|
@ -285,7 +285,7 @@ export default {
|
||||||
getSpecList() {
|
getSpecList() {
|
||||||
getSpecificationList().then((res) => {
|
getSpecificationList().then((res) => {
|
||||||
if (res.length != 0) {
|
if (res.length != 0) {
|
||||||
this.specifications = res;
|
this.specifications = res.result;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue