Compare commits

..

No commits in common. "91a295c5572dc06f8d0c8782a18c2a4cf82641b3" and "b325940c23dd4ebd1b5767ceb91a7b4ee44e343d" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

View File

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