Issues #108: done.

This commit is contained in:
chiayin
2023-11-10 14:51:42 +08:00
parent 4ee566d7ad
commit 6f9d57baba
2 changed files with 4 additions and 4 deletions

View File

@@ -507,7 +507,7 @@ export default {
this.$refs.filterTraceView.selectArea = [0, this.$refs.filterTraceView.traceTotal];
};
// 成功訊息
massage ? this.$toast.success('Reset Success.') : null;
massage ? this.$toast.success('Filter cleared.') : null;
},
// header:Filter 發送選取的資料
async submit(){