时间日期调整

This commit is contained in:
wangxuemei
2024-11-10 18:44:28 +08:00
parent 4f7c496cb7
commit b91b8b4dd0
3 changed files with 7 additions and 7 deletions

View File

@@ -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)