Commit 374635f7 authored by zhanglongbao's avatar zhanglongbao

fix

parent 7afcd3fa
......@@ -19,7 +19,10 @@ export default {
},
// 新建/修改工单
saveOrder(params: any) {
return http.post("/order.order/saveOrder", params);
return http.post(
`/order.${container.qr_code ? "external" : "order"}/saveOrder`,
params
);
},
// 工单详情
orderDetail(params: { form_id: string; id: string }) {
......
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