wanghong
2023-12-21 ec3add985f600fe56a7232484bbe89a11b73c23b
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
  })