This commit is contained in:
曹辉 2023-04-19 15:13:44 +08:00
parent 0635caad30
commit 66c86d7388

View File

@ -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;
}
});