This commit is contained in:
weipengfei 2023-12-27 15:53:00 +08:00
parent 8b82c6be8c
commit 4e7c2ce5ae

View File

@ -689,7 +689,7 @@ export default {
images: this.voucherInfo.image
}).then(res=>{
Message.success(res.message);
this.closeDialogVoucher;
this.closeDialogVoucher();
}).catch(e=>{
Message.error(e);
})