This commit is contained in:
parent
d42f399a49
commit
c02c4b865c
|
@ -88,10 +88,9 @@
|
||||||
methods: {
|
methods: {
|
||||||
init() {
|
init() {
|
||||||
let projectId;
|
let projectId;
|
||||||
this.isReadOnly = false;
|
|
||||||
if (!checkoutTestManagerOrTestUser()) {
|
this.isReadOnly = !checkoutTestManagerOrTestUser();
|
||||||
this.isReadOnly = true;
|
|
||||||
}
|
|
||||||
if (this.id) {
|
if (this.id) {
|
||||||
this.create = false;
|
this.create = false;
|
||||||
this.getTest(this.id);
|
this.getTest(this.id);
|
||||||
|
|
Loading…
Reference in New Issue