diff --git a/src/components/ControllerTabs.vue b/src/components/ControllerTabs.vue index 1d3b0c6..b7a7240 100644 --- a/src/components/ControllerTabs.vue +++ b/src/components/ControllerTabs.vue @@ -505,7 +505,7 @@ export default { if (res.data.status === 1) { res = await this.questAss(this.currentOrder.id, 'shipment_status', '已发货')// 订单改为发货状态 并更新订单列表 if (res.data.status === 1) { - this.publishFun(`{"questAss":${routeData}}`)// 发送航点信息主题 + this.publishFun(routeData)// 发送航点信息主题 this.speakText('提交任务,注册航线。') } }