ludc
2024-01-24 c327574106f470c72638e9f34c7f8cd26d78a2bf
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
  })