Commit a4ba73c8 authored by 邓学云's avatar 邓学云

门店管理服务类目 配送方式 =>res.data

parent 64ef1814
......@@ -776,7 +776,7 @@
// 获取服务类目列表
loadService(){
getStoreServiceList().then(res => {
this.details_serviceGroup=res;
this.details_serviceGroup=res.data;
}).catch(err => {
})
......@@ -784,7 +784,7 @@
// 获取配送类型列表
loadDeveliy(){
getStoreDeveliy().then(res => {
this.details_develiyGroup=res;
this.details_develiyGroup=res.data;
}).catch(err => {
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment