king
2024-08-25 326aa6b3effaccc71cfe0775d47b0f29eb3695a6
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() {}
      })