提交 e39c69cc 作者: 毛细亚

更新报错信息

上级 b6d41db3
......@@ -95,6 +95,10 @@
this.$emit('result', value, valueItem)
},
requestAccountList() {
if (this.accountSelect == '') {
this.$message.warning('暂无关联的账号,请先去关联账号!')
return false
}
roleList({ role_name: this.resulte, member_id: this.accountSelect, ...this.pageInfo }).then((res) => {
this.loading = false
this.searchUserOption = this.searchUserOption.concat(res.data.data)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论