mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
---fix bug
This commit is contained in:
@@ -184,7 +184,7 @@ const initParams = {
|
||||
keyword: "",
|
||||
page: 1,
|
||||
size: 10,
|
||||
user_id: store.state.userInfo.id,
|
||||
user_id: store.state.userInfo.userId,
|
||||
// orderAsc: true
|
||||
};
|
||||
const params = ref(initParams);
|
||||
|
||||
Reference in New Issue
Block a user