完善工艺流程功能迁移
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

This commit is contained in:
sheng
2026-06-25 00:46:42 +08:00
parent 46e4c2643b
commit 22ccc9c219
9 changed files with 277 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ const BASE = 'production_configuration/technology_model/technology_flow/'
function apiParams (method, data = {}) {
return {
method: `production_master_data_process_model_process_routing_${method}`,
method: `production_configuration_technology_model_technology_flow_${method}`,
platform: 'background',
...data
}