fix(OrganizationList): external open
This commit is contained in:
parent
2d456c8937
commit
8691ca0453
1 changed files with 4 additions and 1 deletions
|
@ -688,7 +688,10 @@ export default {
|
|||
|
||||
openExternal (item) {
|
||||
let queryStr = ''
|
||||
if (item.validationState === 'pending') {
|
||||
if (
|
||||
item.lastPublished == null ||
|
||||
item.validationState === 'pending'
|
||||
) {
|
||||
queryStr = '?version=proposed'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue