提交 b64ced0e authored 作者: 王鹏飞's avatar 王鹏飞

updates

上级 216dbb73
...@@ -60,7 +60,7 @@ export default { ...@@ -60,7 +60,7 @@ export default {
return { return {
remote: { remote: {
httpRequest: getUserList, httpRequest: getUserList,
params: { app_id: this.$store.state.appid, role_id: '' } params: { app_id: this.$store.state.appid, search_role_id: '' }
}, },
filters: [ filters: [
// { // {
...@@ -70,7 +70,7 @@ export default { ...@@ -70,7 +70,7 @@ export default {
// }, // },
{ {
type: 'select', type: 'select',
prop: 'role_id', prop: 'search_role_id',
options: this.roles, options: this.roles,
labelKey: 'name', labelKey: 'name',
valueKey: 'id', valueKey: 'id',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论