田源
2023-09-05 a0afca557a160565e2aafb781500023a9f2a36d9
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
    }
  })
}