Commit d48c3c02 authored by youjie's avatar youjie

no message

parent 7cc63560
...@@ -367,7 +367,6 @@ export default { ...@@ -367,7 +367,6 @@ export default {
}, (res) => { }, (res) => {
if (res.resultCode == 1) { if (res.resultCode == 1) {
this.shopTypeList = [] this.shopTypeList = []
console.log(res.data,'======')
res.data.forEach(x=>{ res.data.forEach(x=>{
this.shopTypeList.push({ this.shopTypeList.push({
id: x.ID, id: x.ID,
......
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