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