src/tabviews/custom/components/module/voucher/index.jsx
@@ -492,11 +492,11 @@ } if (tip) { const _this = this const that = this confirm({ content: tip + '确认要保存吗?', onOk() { _this.voucherSave(list, t) that.voucherSave(list, t) }, onCancel() {} })