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