修改
This commit is contained in:
parent
0635caad30
commit
66c86d7388
@ -629,7 +629,7 @@ export default {
|
|||||||
this.kinshow = false;
|
this.kinshow = false;
|
||||||
var obj = {};
|
var obj = {};
|
||||||
this.roleOptions.forEach(el => {
|
this.roleOptions.forEach(el => {
|
||||||
if (el.roleKey == "garden") {
|
if (el.roleKey == "enchou") {
|
||||||
obj = el;
|
obj = el;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -798,7 +798,7 @@ export default {
|
|||||||
this.form.password = "";
|
this.form.password = "";
|
||||||
var obj = {};
|
var obj = {};
|
||||||
this.roleOptions.forEach(el => {
|
this.roleOptions.forEach(el => {
|
||||||
if (el.roleKey == "garden") {
|
if (el.roleKey == "enchou") {
|
||||||
obj = el;
|
obj = el;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user