Issues #191: done.

This commit is contained in:
chiayin
2023-11-13 13:02:06 +08:00
parent dd7057c2b1
commit 00a1931189
4 changed files with 37 additions and 24 deletions

View File

@@ -180,7 +180,9 @@ export default {
* @param {string} id
*/
async switchTraceId(e) {
if(e.count >= 1000) this.isLoading = true;
if(e.id == this.traceId) return;
// if(e.count >= 1000) this.isLoading = true; // 超過 1000 筆要 loading 畫面
this.isLoading = true; // 都要 loading 畫面
this.traceId = e.id;
await this.allMapDataStore.getTraceDetail();
this.$refs.tracesView.createCy();