Commit dc42dcbf authored by 李晓兵's avatar 李晓兵

''

parent 0bf1b9f6
...@@ -787,7 +787,7 @@ export default { ...@@ -787,7 +787,7 @@ export default {
name: 'NPInvoiceInfo', name: 'NPInvoiceInfo',
}) })
} else { } else {
hlsPopup.showLongCenter(res.message) hlsPopup.showError(res.message)
} }
}) })
}, },
...@@ -808,10 +808,10 @@ export default { ...@@ -808,10 +808,10 @@ export default {
window.localStorage.setItem('bp_name', vm.baseInfo.bp_name) window.localStorage.setItem('bp_name', vm.baseInfo.bp_name)
window.localStorage.setItem('bp_type', vm.baseInfo.bp_type) window.localStorage.setItem('bp_type', vm.baseInfo.bp_type)
window.localStorage.setItem('from', vm.from) window.localStorage.setItem('from', vm.from)
vm.bindCheck() // vm.bindCheck()
/* vm.$router.push({ vm.$router.push({
name: 'NPInvoiceInfo', name: 'NPInvoiceInfo',
}) */ })
return res.bp_id return res.bp_id
} else { } else {
vm.hlsPopup.showLongCenter(res.message) vm.hlsPopup.showLongCenter(res.message)
......
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