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

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
@@ -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()
},