修改文档详情的右上角按钮
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user