This commit is contained in:
Cindy Chang
2024-08-01 12:52:31 +08:00
parent 719501dc4b
commit e8e8179c05
8 changed files with 18 additions and 25 deletions

View File

@@ -176,7 +176,6 @@ export default {
async switchCaseData(id, count) {
// 點同一筆 id 不要有動作
if(id == this.showTraceId) return;
// if(count >= 1000) this.isLoading = true; // 超過 1000 筆要 loading 畫面
this.isLoading = true; // 都要 loading 畫面
this.infinit404 = null;
this.infinitMaxItems = false;