需求发布 时间戳调整

This commit is contained in:
”chenxuelian“
2023-02-05 11:46:37 +08:00
parent 293f38b232
commit c5430c18cb

View File

@@ -375,7 +375,7 @@
}
this.needsPublishForm.type = Number(this.tabCurrent + 1)
this.needsPublishForm.pub_time = this.needsPublishForm.pub_time ? this.needsPublishForm.pub_time :
new Date().getTime()
Math.round(new Date().getTime() / 1000)
const temp = []
if (this.fileList1.length > 0) {
this.fileList1.map(item => {