【类 型】:style
【主 题】:更新一下注释 【描 述】: [原因]: [过程]: [影响]: 【结 束】 # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动
This commit is contained in:
parent
fcdf5958f6
commit
c6621bb2c9
@ -420,7 +420,7 @@ export default {
|
||||
this.$message.error('操作失败,请重新尝试')
|
||||
}
|
||||
this.publishFun(`{"questAss":${routeData}}`)// 发送航点信息主题
|
||||
this.questAss(item.id, 'status', 'shipped')// 订单改为发货状态
|
||||
this.questAss(item.id, 'status', 'shipped')// 订单改为发货状态 并更新订单列表
|
||||
this.$store.dispatch('fetchLockSite', { id: item.receive_site_id, runing: this.plane.id })// 航线注册飞机 锁定送餐点
|
||||
}
|
||||
})
|
||||
|
@ -19,7 +19,7 @@ export async function apiCrosFrequency (params) {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* @description: 向改变订单承接任务api 提交数据 ()
|
||||
* @description: 向改变订单承接任务api 提交数据 () ,并更新订单列表
|
||||
* @param {*} id 订单id
|
||||
* @param {*} state "status"修改status字段 "back"修改back字段
|
||||
* @param {*} val 修改字段的值 status包括
|
||||
|
Loading…
Reference in New Issue
Block a user