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') {