NEZ-2236 feat : asset vsys 二级页面开发

This commit is contained in:
likexuan
2022-10-08 10:16:09 +08:00
parent a9a74d93c4
commit b0d8d90742
5 changed files with 197 additions and 5 deletions

View File

@@ -87,7 +87,8 @@ export default {
name: this.bottomBox.object.name,
configs: this.bottomBox.object.configs ? this.bottomBox.object.configs.map(item => { return { type: item.type, enable: item.enable } }) : '',
childrenNum: this.bottomBox.object.childrenNum || '',
clientState: this.bottomBox.object.clientState || ''
clientState: this.bottomBox.object.clientState || '',
tsgAppliance: this.bottomBox.object.model.tsgAppliance || ''
})
this.$router.replace({ path: path, query: params }).catch(err => {})
} else if (from === 'nzDetailList' && this.detailViewRightObj) {
@@ -97,7 +98,8 @@ export default {
name: this.detailViewRightObj.name,
configs: this.detailViewRightObj.configs ? this.detailViewRightObj.configs.map(item => { return { type: item.type, enable: item.enable } }) : '',
childrenNum: this.detailViewRightObj.childrenNum || '',
clientState: this.detailViewRightObj.clientState || ''
clientState: this.detailViewRightObj.clientState || '',
tsgAppliance: this.detailViewRightObj.model.tsgAppliance || ''
})
this.$router.replace({ path: path, query: params }).catch(err => {})
} else if (from === 'bottomBox' && this.targetTab) {