This commit is contained in:
aihe 2024-09-04 15:21:08 +08:00
parent f52783baf5
commit 1c93fe8950

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)