Compare commits

..

No commits in common. "9f1d50bd6365163f31e508385f90d522e8a7e7d4" and "7343c46ac8ad86e161ba37583f9aa47f274378b0" have entirely different histories.

View File

@ -479,8 +479,8 @@ export default {
/* 执行写在这里 */
this.publishFun('{"resetState":1}')//
this.questAss(item.id, 'status', 'pending')//
console.log('hi')
this.$store.dispatch('fetchLockSite', { id: item.receive_site_id, runing: 'null' })// 线
this.questForm.id = ''//
}
})
}).catch(() => {
@ -537,6 +537,7 @@ export default {
}
},
created () {
console.log(this.questList)
if (this.siteList && this.routeList) {
this.airLock = this.siteList.some(item => item.runing === this.planesId)
}