diff --git a/src/pages/user/AccountManager.vue b/src/pages/user/AccountManager.vue index 1a0b554..5c83886 100644 --- a/src/pages/user/AccountManager.vue +++ b/src/pages/user/AccountManager.vue @@ -5,7 +5,8 @@ 角色 - 零售公司 @@ -199,8 +200,6 @@ this.getSelectList(); this.listRoleInfo(); // this.listOfShop(); - - this.listAccountInfoFunction(); // 绑定enter事件 this.enterKeyup(); }, @@ -247,7 +246,7 @@ } else { that.selectedRoleId = "0"; } - // that.listAccountInfoFunction(); + that.listAccountInfoFunction(); } }) }, @@ -408,7 +407,7 @@ } }, // 角色选择改变事件 - onRoleChangeLister: function(value){ + onRoleChangeLister: function (value) { let val = value; },