Commit bacde6a3 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

🐞 fix: 修复采购计划内部需求

parent dec0c946
...@@ -62,7 +62,7 @@ const PurchasePlanSearch = () => { ...@@ -62,7 +62,7 @@ const PurchasePlanSearch = () => {
columns={columns} columns={columns}
effects="purchasePlanNo" effects="purchasePlanNo"
fetch={PublicApi.getPurchasePurchasePlanAllList} fetch={PublicApi.getPurchasePurchasePlanAllList}
interiorStatusFetch={PublicApi.getPurchaseNeedPlanInner} interiorStatusFetch={PublicApi.getPurchasePurchasePlanInner}
/> />
) )
} }
......
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 to comment