Commit d7945706 authored by linxin's avatar linxin

add

parent 2962de4a
......@@ -105,6 +105,7 @@ export default {
hlsPopup.showLongCenter('设备总价不能小于1000元!')
}
event.target.type = 'text'
event.target.blur()
this.focused = false
},
},
......
......@@ -140,9 +140,13 @@ export default {
},
computed: {},
watch: {
equip_price () {
},
// $route () {
// let body = document.querySelector('body')
// let h6 = document.createElement('h6')
// body.appendChild(h6)
// h6.click()
// // body.removeChild(h6)
// },
},
beforeRouteEnter (to, from, next) {
next(vm => {
......
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