@@ -937,6 +937,7 @@ export default {
this.pad(parseInt(item.endTime / 60) % 60, 2) +
'分';
});
+ this.isLoading = false;
this.list = res;
},