Issues #191: done.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user