chore: deploy model state merge

This commit is contained in:
jialin
2024-08-09 10:26:46 +08:00
parent dea99ff70a
commit 0a47c4c067
11 changed files with 172 additions and 112 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ const GPUList: React.FC = () => {
const fetchData = async () => {
setDataSource((pre) => {
pre.loading = true;
return pre;
return { ...pre };
});
try {
const params = {
+1 -1
View File
@@ -49,7 +49,7 @@ const Resources: React.FC = () => {
const fetchData = async () => {
setDataSource((pre) => {
pre.loading = true;
return pre;
return { ...pre };
});
try {
const params = {