更新
This commit is contained in:
@@ -129,6 +129,7 @@ export default {
|
||||
this.device_code = this.$route.params.device_code
|
||||
this.$nextTick(() => {
|
||||
get(this.device_code).then(data => {
|
||||
debugger
|
||||
this.form = data.device
|
||||
// 默认是普通站点
|
||||
// this.currentComponent = 'standard_ordinary_site'
|
||||
@@ -146,7 +147,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
changeDriver(val) {
|
||||
debugger
|
||||
this.currentComponent = val
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user