fix: 修复无license可以打开工作空间配额的菜单问题
This commit is contained in:
parent
b9910c2850
commit
3aa282a4e2
|
@ -72,6 +72,11 @@ export default {
|
||||||
this.systems.splice(this.systems.indexOf(item), 1);
|
this.systems.splice(this.systems.indexOf(item), 1);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
this.workspaces.forEach(item => {
|
||||||
|
if (item.valid === true) {
|
||||||
|
this.workspaces.splice(this.workspaces.indexOf(item), 1);
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue