wanghong
2024-01-05 60c97371be338da5a707b4c6516e7a2dbe8ea2c9
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
  })