king
2025-01-24 e1cee96b38805bcccf48e7bcb9d296f2bc54c720
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() {}