This commit is contained in:
USER-20220102CG\noblelift
2022-10-21 18:59:06 +08:00
parent 3c85feb4f9
commit 93640acc95
6 changed files with 411 additions and 42 deletions

View File

@@ -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
}
}