zss
2024-05-08 dbe4d740a7b0b5696c89f4df14b6804a71364432
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
  })