NEZ-2177 feat : asset process 二级页面开发

This commit is contained in:
likexuan
2022-09-08 15:10:10 +08:00
parent 00b28d464d
commit 9d08f57c37
5 changed files with 460 additions and 53 deletions

View File

@@ -86,7 +86,8 @@ export default {
id: this.bottomBox.object.id,
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 || ''
childrenNum: this.bottomBox.object.childrenNum || '',
clientState: this.bottomBox.object.clientState || ''
})
this.$router.replace({ path: path, query: params }).catch(err => {})
} else if (from === 'nzDetailList' && this.detailViewRightObj) {
@@ -95,7 +96,8 @@ export default {
id: this.detailViewRightObj.id,
name: this.detailViewRightObj.name,
configs: this.detailViewRightObj.configs ? this.detailViewRightObj.configs.map(item => { return { type: item.type, enable: item.enable } }) : '',
childrenNum: this.detailViewRightObj.childrenNum || ''
childrenNum: this.detailViewRightObj.childrenNum || '',
clientState: this.bottomBox.object.clientState || ''
})
this.$router.replace({ path: path, query: params }).catch(err => {})
} else if (from === 'bottomBox' && this.targetTab) {