bufix order timezone
This commit is contained in:
förälder
ef1fa671b0
incheckning
68732740c3
@ -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,
|
||||
|
@ -267,6 +267,7 @@ export default function () {
|
||||
elparams: {
|
||||
placeholder: "选择计划开始时间",
|
||||
type: "datetime",
|
||||
'value-format': 'yyyy-MM-ddTHH:mm:ss'
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Laddar…
Referens i nytt ärende
Block a user