bufix order timezone

This commit is contained in:
lb 2023-07-07 09:27:53 +08:00
förälder ef1fa671b0
incheckning 68732740c3
2 ändrade filer med 9 tillägg och 0 borttagningar

Visa fil

@ -398,6 +398,14 @@ export default {
};
}
// Object.getOwnPropertyNames(this.dataForm).forEach((prop) => {
// if (/.*?Time/.test(prop)) {
// console.log("HTTP prop", prop, this.dataForm[prop]);
// }
// });
// return;
/** 发送 */
return this.$http({
url: this.urls.base,

Visa fil

@ -267,6 +267,7 @@ export default function () {
elparams: {
placeholder: "选择计划开始时间",
type: "datetime",
'value-format': 'yyyy-MM-ddTHH:mm:ss'
},
},
],