邓洁 : 修改页面细节
This commit is contained in:
@@ -375,6 +375,7 @@ const getList = async () => {
|
||||
params.startTime = date[0]
|
||||
params.endTime = date[1]
|
||||
}
|
||||
loading.value = true
|
||||
getUserList(params).then(res => {
|
||||
if (res.code === 1000) {
|
||||
list.value = res.data.rows;
|
||||
|
||||
Reference in New Issue
Block a user