This commit is contained in:
2020-07-14 15:37:10 +00:00
parent 21f7024ad9
commit e76ac3d884
3 changed files with 59 additions and 64 deletions

View File

@@ -117,9 +117,9 @@ export default {
let ret = window.$gz.locale.localTimeDateStringToUTC8601String(
dateValue + "T" + timeValue,
this.timeZoneName
vm.timeZoneName
);
this.$emit("input", ret);
vm.$emit("input", ret);
}
}
};