修复门店无法显示问题

This commit is contained in:
taozi
2022-02-26 13:47:26 +08:00
parent b580ca3262
commit 64a1b0a968

View File

@ -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
})
},
// 编辑前