bug修复

This commit is contained in:
wuhongjian 2022-12-28 17:30:53 +08:00
parent c76f55d9ed
commit 91a295c557
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ export default {
})
},
showDetail (val) {
window.open(window.SITE_CONFIG.previewUrl + '#/details?id=' + val.id)
window.open(window.SITE_CONFIG.previewUrl + '#/details?id=' + val.id + '&&hiddenBackFlag=true')
// this.addOrUpdateVisible = true
// this.disabled = false
// this.$nextTick(() => {