king
2022-03-29 b6cbfb08b51e87e6eac995be8e7751815715e6a1
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') {