This commit is contained in:
aihe 2024-09-04 15:21:40 +08:00
parent ac677e4aa6
commit 6a7cd0a3e9

View File

@ -75,6 +75,7 @@
if(type == 'yes') {
this.$emit('onSure')
this.curDealPromise?.resolve?.(true)
this.handleCloseModal()
} else {
this.handleCloseModal()
this.curDealPromise?.resolve?.(false)