diff --git a/src/api/emis/emisCustomerUser.js b/src/api/emis/emisCustomerUser.js index 2dcafc38..e526afc8 100644 --- a/src/api/emis/emisCustomerUser.js +++ b/src/api/emis/emisCustomerUser.js @@ -93,3 +93,13 @@ export function batchImportEnterprise(data) { data: data }) } + + +// 查询快递客户用户列表 +export function listMonthUserAll(query) { + return request({ + url: '/emis/emisCustomerUser/listMonthUserAll', + method: 'get', + params: query + }) +} \ No newline at end of file diff --git a/src/views/emis/emisWaybill/waybillGot.vue b/src/views/emis/emisWaybill/waybillGot.vue index e4fa2476..238a3650 100644 --- a/src/views/emis/emisWaybill/waybillGot.vue +++ b/src/views/emis/emisWaybill/waybillGot.vue @@ -838,7 +838,7 @@