king
2021-12-30 ee707c99f0b48865795a562ef4ba51810ff45ae9
src/templates/zshare/modalform/index.jsx
@@ -491,6 +491,7 @@
        rules = [
          { required: item.required, message: dict['form.required.select'] + item.label + '!' }
        ]
        initVal = item.initVal
        content = <Radio.Group onChange={(e) => {this.optionChange(item.key, e.target.value)}}>
          {item.options.map(option => {