king
2020-02-28 282fd00654a0e777cdbca700fe6488d04fec6be8
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',