Compare commits

...

2 Commits

Author SHA1 Message Date
wuhongjian 91a295c557 bug修复 2022-12-28 17:30:53 +08:00
wuhongjian c76f55d9ed bug修复 2022-12-28 17:13:31 +08:00
2 changed files with 2 additions and 2 deletions

View File

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

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(() => {