zss
2024-04-25 4872a9409f4428d55c896a4f53d42500f6c805a2
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
  })