田源
2023-12-05 6f0dc3fbe36e23f2f5f5e04a35751cafa487e9fb
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
  })