fix: bug

This commit is contained in:
杨航
2025-09-26 17:44:05 +08:00
parent 89cc278179
commit fc9b0f455e
3 changed files with 6 additions and 6 deletions
@@ -122,7 +122,7 @@ export default {
if (val) {
this.showModelNow()
} else {
this.$refs.PopupRef.close()
// this.$refs.PopupRef.close()
this.showModel = false
}
}
@@ -170,7 +170,7 @@ export default {
}
},
showModelNow() {
this.$refs.PopupRef.open()
// this.$refs.PopupRef.open()
this.showModel = true
if (this.fileType === 'image') {
if (this.fileId) {