田源
2023-12-06 d5129a9d3f2be1d73adbe0e4a7478e8f7e8fc9bc
Source/UBCS-WEB/src/api/code/codeApply.js
@@ -30,7 +30,7 @@
//保存
export function addSaveCode(data) {
  return request({
    url: 'api/ubcs-code/mdmEngineController/addSaveCode',
    url: 'api/ubcs-code/codeApplySwingController/addSaveCode',
    method: 'post',
    data
  })