Commit 69ab2196 by liangjianmin

refactor(api): 修改审批列表字段名称以提高一致性

将 scmBase 字段重命名为 orderApproveList,增强代码可读性和一致性。
parent 535a2288
Showing with 1 additions and 1 deletions
...@@ -85,7 +85,7 @@ const API = { ...@@ -85,7 +85,7 @@ const API = {
/** /**
* 猎芯供应链SCM审批列表 * 猎芯供应链SCM审批列表
*/ */
scmBase: API_BASE_SCM + '/approve/orderApproveList' orderApproveList: API_BASE_SCM + '/approve/orderApproveList'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment