fix:东道主项目:加载动画

main
ZJYHX 2 months ago
parent bed6b81753
commit 87f24c40fa

@ -426,7 +426,6 @@ class CustomerStore {
.then((response) => response.json())
.then((json) => {
runInAction(() => {
this.host_case_data.loading = false;
switch(groupBy){
case "1":
this.host_case_data.summaryData = json.result?json.result:[];
@ -439,6 +438,7 @@ class CustomerStore {
break;
case "4":
this.host_case_data.singleDetailData = json.result?json.result:[];
this.host_case_data.loading = false;
break;
}
});

Loading…
Cancel
Save