king
2020-04-02 4614a540b53edbd83a0a9a483414cfdec0f5d321
src/templates/zshare/modalform/index.jsx
@@ -267,7 +267,7 @@
    const { openType } = this.state
    let value = e.target.value
    if (key === 'resourceType') {
      let _options = ['label', 'field', 'initval', 'type', 'resourceType', 'readonly', 'required', 'hidden', 'readin', 'blacklist']
      let _options = ['label', 'field', 'initval', 'type', 'resourceType', 'readonly', 'required', 'hidden', 'readin', 'blacklist', 'supField']
      if (value === '0') {
        _options = [..._options, 'options', 'quick']
      } else if (value === '1') {