bufix order timezone
This commit is contained in:
parent
ef1fa671b0
commit
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({
|
return this.$http({
|
||||||
url: this.urls.base,
|
url: this.urls.base,
|
||||||
|
@ -267,6 +267,7 @@ export default function () {
|
|||||||
elparams: {
|
elparams: {
|
||||||
placeholder: "选择计划开始时间",
|
placeholder: "选择计划开始时间",
|
||||||
type: "datetime",
|
type: "datetime",
|
||||||
|
'value-format': 'yyyy-MM-ddTHH:mm:ss'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user