src/views/basedesign/updateFormTab/index.jsx
@@ -28,7 +28,7 @@ trigger = () => { const { config, menu, btnTab } = this.props const _this = this const that = this if (!config || !menu || !menu.LongParam) { notification.warning({ @@ -78,7 +78,7 @@ content: '', onOk() { return new Promise(resolve => { _this.execUpdate(resolve, _config) that.execUpdate(resolve, _config) }) }, onCancel() {}