king
2022-05-29 f38b3321250222b81a797a538d9c3efa9f8a0ecb
src/menu/components/share/actioncomponent/actionform/index.jsx
@@ -189,6 +189,10 @@
        shows.push('sql', 'sqlType', 'output')
      }
      if (Ot === 'required') {
        shows.push('progress')
      }
      if (this.record.sqlType === 'insert') {
        reOptions.Ot = requireOptions.filter(op => op.value === 'notRequired')
      } else {
@@ -347,7 +351,7 @@
      } else if (_funcType === 'goBack') {
        shows.push('reload')
      } else if (_funcType === 'megvii') {
        shows.push('subFunc')
        shows.push('subFunc', 'progress')
      }
    }