| | |
| | | loading: false, |
| | | loadingNumber: '' |
| | | }) |
| | | |
| | | if (btn.execSuccess !== 'never') { |
| | | MKEmitter.emit('refreshByButtonResult', btn.$menuId, btn.execSuccess, btn) |
| | | } |
| | | |
| | | // if (btn.execSuccess !== 'never') { |
| | | // MKEmitter.emit('refreshByButtonResult', btn.$menuId, btn.execSuccess, btn) |
| | | // } |
| | | } |
| | | |
| | | execPreError = (err, data) => { |
| | |
| | | loadingNumber: '' |
| | | }) |
| | | |
| | | if (btn.execError !== 'never') { |
| | | MKEmitter.emit('refreshByButtonResult', btn.$menuId, btn.execError, btn) |
| | | } |
| | | // if (btn.execError !== 'never') { |
| | | // MKEmitter.emit('refreshByButtonResult', btn.$menuId, btn.execError, btn) |
| | | // } |
| | | } |
| | | |
| | | handleOk = () => { |