diff --git a/.gitignore b/.gitignore index 78a752d..82c3521 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ selenium-debug.log package-lock.json yarn.lock +dist.zip diff --git a/src/api/system/user.js b/src/api/system/user.js index 2ea737e..a7bd419 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -10,11 +10,11 @@ export function listUser(query) { }) } // 查询包含调班的用户列表 -export function listUserWithShift(query) { +export function listUserWithShift(params) { return request({ url: '/system/user/shiftList', method: 'get', - params: query + params }) } diff --git a/src/components/Business/Price/PriceCheck.vue b/src/components/Business/Price/PriceCheck.vue index 067a1c9..974947b 100644 --- a/src/components/Business/Price/PriceCheck.vue +++ b/src/components/Business/Price/PriceCheck.vue @@ -1,10 +1,10 @@