Commit 534975a6 authored by youjie's avatar youjie

no message

parent cee0a9b3
......@@ -64,7 +64,7 @@ const changeStatus = (value: number) => {
onMounted(async () => {
setTimeout(() => {
loading.value = false
});
},100);
});
</script>
......
......@@ -274,7 +274,6 @@ const loadData = async () => {
const response = await UserService.memberGuest(systemConfig.tenantId,params)
if(response){
dataList.value = response.items || []
loading.value = false
}
} catch (error: any) {
console.error('加载失败:', error)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment