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() {} }) @@ -700,7 +700,7 @@ } if (tabId) { MKEmitter.emit('reloadMenuView', tabId, 'table') MKEmitter.emit('reloadMenuView', tabId) } }) } @@ -953,7 +953,7 @@ } if (tabId) { MKEmitter.emit('reloadMenuView', tabId, 'table') MKEmitter.emit('reloadMenuView', tabId) } }) }