|
@@ -339,6 +339,11 @@ export default {
|
|
|
},
|
|
},
|
|
|
created() {
|
|
created() {
|
|
|
document.title = '系统更新'
|
|
document.title = '系统更新'
|
|
|
|
|
+ const nodeType = this.$route.query.nodeType
|
|
|
|
|
+ if (nodeType !== undefined && nodeType !== null) {
|
|
|
|
|
+ this.queryInfo.nodeType = nodeType
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
this.getData()
|
|
this.getData()
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
@@ -355,6 +360,11 @@ export default {
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
onSelectChange() {
|
|
onSelectChange() {
|
|
|
|
|
+ this.$router.push({
|
|
|
|
|
+ path: '/bg/sys/update',
|
|
|
|
|
+ query: this.queryInfo
|
|
|
|
|
+ })
|
|
|
|
|
+
|
|
|
this.getData()
|
|
this.getData()
|
|
|
},
|
|
},
|
|
|
handleAdd() {
|
|
handleAdd() {
|