修改文档详情的右上角按钮
This commit is contained in:
@@ -220,6 +220,10 @@
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
if (this.$route.query.serial_number) {
|
||||
this.queryParam.serialNumber = this.$route.query.serial_number
|
||||
this.queryParam = { ...this.queryParam }
|
||||
}
|
||||
this.userInfoQuery = this.userInfo()
|
||||
this.getList()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user