mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
时间日期调整
This commit is contained in:
@@ -60,7 +60,7 @@ function debounce(func, wait) {
|
||||
timeout = setTimeout(() => func.apply(this, args), wait);
|
||||
};
|
||||
}
|
||||
const memberParam = ref({name: '', pageNo:1, pageSize: 999,teacherType:2})
|
||||
const memberParam = ref({name: '', pageNo:1, pageSize: 999,teacherType:2 ,status:1})
|
||||
|
||||
const userList = ref([])
|
||||
const loading = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user