Commit 3c747d48 authored by linxin's avatar linxin

add

parent b69ff121
...@@ -539,11 +539,10 @@ export default { ...@@ -539,11 +539,10 @@ export default {
vm.$post(url, param).then(function (res) { vm.$post(url, param).then(function (res) {
vm.hlsPopup.hideLoading() vm.hlsPopup.hideLoading()
if (res.result === 'S') { if (res.result === 'S') {
vm.equip = res.lists
vm.hlsPopup.showSuccess('发车成功') vm.hlsPopup.showSuccess('发车成功')
setTimeout(() => { setTimeout(() => {
vm.$router.push({ vm.$router.push({
name: 'ConfirmList', name: 'MyInfo',
}) })
}, 2000) }, 2000)
} else { } else {
......
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