修复门店无法显示问题
This commit is contained in:
@ -157,8 +157,8 @@ export default {
|
|||||||
},
|
},
|
||||||
//新增与编辑前做的操作
|
//新增与编辑前做的操作
|
||||||
[CRUD.HOOK.afterToCU](crud, form) {
|
[CRUD.HOOK.afterToCU](crud, form) {
|
||||||
crudYxSystemStore.get().then(res => {
|
crudYxSystemStore.getAll().then(res => {
|
||||||
this.mystores= res.content
|
this.mystores= res
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 编辑前
|
// 编辑前
|
||||||
|
|||||||
Reference in New Issue
Block a user