yuxc
2023-08-24 8b8b1c9ef32b0214332b439f9b5feb96de393c51
Source/UBCS-WEB/src/api/GetItem.js
@@ -100,3 +100,13 @@
    }
  })
}
// 更新集团码值数据
export function receiveEditApply(params) {
  return request({
    url: 'api/ubcs-applyjtcodeservice/DockingPreApplyCode/receiveEditApply',
    method: 'post',
    params: {
      ...params
    }
  })
}