修改文档详情的右上角按钮

This commit is contained in:
范强强
2022-09-09 11:15:00 +08:00
parent a8d2ea549f
commit e542b9bd1d
6 changed files with 83 additions and 19 deletions
+5 -1
View File
@@ -134,11 +134,15 @@
this.getData()
this.getTableList()
})
if (this.$route.query.serial_number) {
this.searchParmes.serialNumber = this.$route.query.serial_number
this.searchParmes = { ...this.searchParmes }
}
this.getData()
this.getTableList()
this.userData = this.userInfo()
},
beforeDestroy(){
beforeDestroy() {
eventBUs.$off('searchQuery')
eventBUs.$off('searchReset')
eventBUs.$off('searchGetData')