Conformance Filter: done.

This commit is contained in:
chiayin
2023-10-19 11:01:21 +08:00
parent 1fd019d276
commit b32e1b3b61
4 changed files with 29 additions and 21 deletions

View File

@@ -19,7 +19,6 @@ export default {
watch: {
timeResultData: {
handler(newValue) {
// console.log(newValue);
this.data = newValue;
},
immediate: true,