|
|
|
@ -5,7 +5,8 @@
|
|
|
|
|
<!-- <span class="search-span">账户名</span>-->
|
|
|
|
|
<i-input placeholder="搜索用户名/账户" class="left-15 search-select" v-model="searchContent"/>
|
|
|
|
|
<span class="search-span">角色</span>
|
|
|
|
|
<Select filterable placeholder="请选择角色" v-model="selectedRoleId" class="left-15 search-select" @on-change="onRoleChangeLister">
|
|
|
|
|
<Select filterable placeholder="请选择角色" v-model="selectedRoleId" class="left-15 search-select"
|
|
|
|
|
@on-change="onRoleChangeLister">
|
|
|
|
|
<Option v-for="item in roleList" :value="item.id" :key="item.id">{{ item.name }}</Option>
|
|
|
|
|
</Select>
|
|
|
|
|
<span class="left-15 txt-font-a">零售公司</span>
|
|
|
|
@ -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();
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|