Conformance: time duration component fix bug.
This commit is contained in:
@@ -19,7 +19,7 @@ export default {
|
||||
watch: {
|
||||
timeResultData: {
|
||||
handler(newValue) {
|
||||
console.log(newValue);
|
||||
// console.log(newValue);
|
||||
this.data = newValue;
|
||||
},
|
||||
immediate: true,
|
||||
|
||||
Reference in New Issue
Block a user