src/templates/subtableconfig/index.jsx
@@ -104,8 +104,8 @@ item.resourceType === '0' && item.options && item.options.length > 0 ) { optionLibs.set(item.uuid, { uuid: item.uuid, optionLibs.set(_config.uuid + item.uuid, { uuid: _config.uuid + item.uuid, label: item.label, parname: _config.tabName, type: 'search', @@ -419,8 +419,8 @@ res.resourceType === '0' && res.options && res.options.length > 0 ) { optionLibs.set(res.uuid, { uuid: res.uuid, optionLibs.set(config.uuid + res.uuid, { uuid: config.uuid + res.uuid, label: res.label, parname: config.tabName, type: 'search',