提交 86f32e64 作者: 翁进城

Merge branch 'master' into feature/chuck

...@@ -380,7 +380,7 @@ export default function WaterfallFlowBody() { ...@@ -380,7 +380,7 @@ export default function WaterfallFlowBody() {
{item} {item}
</div> </div>
)) ))
: resultList[index].map((item, indexer) => { : resultList[index]?.map((item, indexer) => {
return ( return (
<div <div
key={item.categoryName} key={item.categoryName}
......
...@@ -45,7 +45,7 @@ export interface GetServiceOrderStatusResp { ...@@ -45,7 +45,7 @@ export interface GetServiceOrderStatusResp {
export default { export default {
//查询服务订单列表 //查询服务订单列表
queryOrderTaskList(params: QueryOrderTaskListParams, options: any): Promise<Response<QueryOrderTaskListResp>> { queryOrderTaskList(params: QueryOrderTaskListParams, options: any): Promise<Response<QueryOrderTaskListResp>> {
return request('/oms/serviceOrderTask/queryOrderTaskList', 'post', params, options) return request('/oms/app/serviceOrderTask/queryOrderTaskList', 'post', params, options)
}, },
//订单状态-字典 //订单状态-字典
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论