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