| | |
| | | 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', |
| | |
| | | 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', |
| | |
| | | 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', |