Commit c5177b11 authored by XieZhiXiong's avatar XieZhiXiong

chore: 添加 orderNo 字段

parent 9ddc6269
......@@ -60,6 +60,7 @@ const EvaluateOrder: React.FC = () => {
setInfoLoading(true);
PublicApi.getOrderProcurementOrderDetails({
id,
orderNo: '',
}).then(res => {
if (res.code === 1000) {
const { orderProductRequests } = res.data;
......
......@@ -60,6 +60,7 @@ const EvaluateOrder: React.FC = () => {
setInfoLoading(true);
PublicApi.getOrderPurchaseOrderDetails({
id,
orderNo: '',
}).then(res => {
if (res.code === 1000) {
const { orderProductRequests } = res.data;
......
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