src/api/plan/customer.js @@ -25,9 +25,9 @@ }) } export function addObj(obj) { export function saveOrUpdate(obj) { return request({ url: '/mes/customer', url: '/mes/customer/saveOrUpdate', method: 'post', data: obj })