king
2022-04-15 21d92eff0e23974d76e3e5a79ba50e3fc1c0b879
src/menu/components/share/actioncomponent/actionform/index.jsx
@@ -358,6 +358,9 @@
        if (this.record.control) {
          shows.push('controlField', 'controlVal')
        }
        if (this.record.control === 'disabled') {
          shows.push('reason')
        }
      }
    } else {
      if (Ot !== 'notRequired') {
@@ -382,6 +385,9 @@
      if (this.record.control) {
        shows.push('controlField', 'controlVal')
      }
      if (this.record.control === 'disabled') {
        shows.push('reason')
      }
    }
    if (this.record.show === 'icon') {