fix: bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user