fix(系统设置): 点击操作日志菜单报错
--bug=1013891 --user=李玉号 【系统设置】系统 操作日志页面页面 报错 https://www.tapd.cn/55049933/s/1176649
This commit is contained in:
parent
f4d8413ef3
commit
14256631af
|
@ -264,7 +264,7 @@ export default {
|
||||||
},
|
},
|
||||||
getMember(url) {
|
getMember(url) {
|
||||||
if (!url) {
|
if (!url) {
|
||||||
url = '/usr/list';
|
url = '/user/list';
|
||||||
}
|
}
|
||||||
this.result = this.$get(url, response => {
|
this.result = this.$get(url, response => {
|
||||||
this.userList = response.data;
|
this.userList = response.data;
|
||||||
|
|
Loading…
Reference in New Issue