diff --git a/src/api/port/port/index.js b/src/api/port/port/index.js index 9e48cfa..6cf4f3d 100644 --- a/src/api/port/port/index.js +++ b/src/api/port/port/index.js @@ -34,6 +34,6 @@ export function updateConnector(data) { export function phonePlace(tel) { return request({ url: '/port/list/phonePlace?tel='+tel, - method: 'get' + method: 'GET' }) } diff --git a/src/views/port/port/employee.vue b/src/views/port/port/employee.vue index 55e9519..eeb76f5 100644 --- a/src/views/port/port/employee.vue +++ b/src/views/port/port/employee.vue @@ -1,7 +1,7 @@