diff --git a/fuintAdmin_zt/src/api/store.js b/fuintAdmin_zt/src/api/store.js index 8f7b51c85..1f1441908 100644 --- a/fuintAdmin_zt/src/api/store.js +++ b/fuintAdmin_zt/src/api/store.js @@ -47,3 +47,11 @@ export function saveStore(data) { data: data }) } + +// 保存店铺 +export function getStoreListByDeptId(deptId) { + return request({ + url: 'backendApi/store/getStoreByDeptId/'+deptId, + method: 'get', + }) +} diff --git a/fuintAdmin_zt/src/layout/components/Navbar.vue b/fuintAdmin_zt/src/layout/components/Navbar.vue index fe66ef9a2..8b245b691 100644 --- a/fuintAdmin_zt/src/layout/components/Navbar.vue +++ b/fuintAdmin_zt/src/layout/components/Navbar.vue @@ -109,8 +109,7 @@ export default { done(); }) .catch(_ => {}); - } - }, + }, prsswrod(){ console.log('方法') this.dialogVisible = false @@ -130,6 +129,7 @@ export default { }) }).catch(() => {}); } + }, } diff --git a/fuintAdmin_zt/src/views/components/Service/allOrder.vue b/fuintAdmin_zt/src/views/components/Service/allOrder.vue index 3378f1f25..5126b6f0d 100644 --- a/fuintAdmin_zt/src/views/components/Service/allOrder.vue +++ b/fuintAdmin_zt/src/views/components/Service/allOrder.vue @@ -4,6 +4,15 @@
+ + + - - - + - - - - - + - - - - - - + - + + + + + + + + + + + + + + + + + diff --git a/fuintAdmin_zt/src/views/components/Service/staff.vue b/fuintAdmin_zt/src/views/components/Service/staff.vue index 7fb12c512..8159ce57d 100644 --- a/fuintAdmin_zt/src/views/components/Service/staff.vue +++ b/fuintAdmin_zt/src/views/components/Service/staff.vue @@ -53,7 +53,7 @@ {{ scope.row.dutyName || "--" }} - +