|
@@ -46,7 +46,7 @@ export default class OrderService {
|
|
* @param orderID
|
|
* @param orderID
|
|
*/
|
|
*/
|
|
OrderShareCode (data = {}) {
|
|
OrderShareCode (data = {}) {
|
|
- return this.AjaxService.get({ url:'/order/shareCode', data, isLoading: true })
|
|
|
|
|
|
+ return this.AjaxService.get({ url:'/order/shareCode', data, isLoading: true,isStatus: true })
|
|
}
|
|
}
|
|
/**
|
|
/**
|
|
*机构搜索订单
|
|
*机构搜索订单
|