Conformance: time duration component fix bug.

This commit is contained in:
chiayin
2023-08-28 17:01:26 +08:00
parent 83485fa8aa
commit b897b163aa
5 changed files with 90 additions and 71 deletions

View File

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