king
2020-02-28 282fd00654a0e777cdbca700fe6488d04fec6be8
src/templates/modalconfig/index.jsx
@@ -99,8 +99,8 @@
              item.resourceType === '0' &&
              item.options && item.options.length > 0
            ) {
              optionLibs.set(item.uuid, {
                uuid: item.uuid,
              optionLibs.set(editAction.uuid + item.uuid, {
                uuid: editAction.uuid + item.uuid,
                label: item.label,
                parname: editAction.label,
                type: 'Modal',
@@ -116,8 +116,8 @@
            item.resourceType === '0' &&
            item.options && item.options.length > 0
          ) {
            optionLibs.set(item.uuid, {
              uuid: item.uuid,
            optionLibs.set(editAction.uuid + item.uuid, {
              uuid: editAction.uuid + item.uuid,
              label: item.label,
              parname: editAction.label,
              type: 'Modal',
@@ -481,8 +481,8 @@
        res.resourceType === '0' &&
        res.options && res.options.length > 0
      ) {
        optionLibs.set(res.uuid, {
          uuid: res.uuid,
        optionLibs.set(editAction.uuid + res.uuid, {
          uuid: editAction.uuid + res.uuid,
          label: res.label,
          parname: editAction.label,
          type: 'Modal',