From 49ee6b91a2e230e54eeebd8d91b61a0d37ca23aa Mon Sep 17 00:00:00 2001 From: kevin jiang Date: Thu, 21 May 2020 14:40:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=84=E8=A7=92=E8=89=B2=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=82=B9=E5=87=BB=E8=B7=B3=E8=BD=AC=E8=B4=A6?= =?UTF-8?q?=E6=88=B7=E7=AE=A1=E7=90=86=E6=98=BE=E7=A4=BA=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=9C=AA=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/user/AccountManager.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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; },