Merge pull request '需求发布 时间戳调整' (#89) from chenxuelian into dev

Reviewed-on: http://git.hchyun.com/feashow/pupil/pulls/89
This commit is contained in:
1171906056
2023-02-05 03:48:18 +00:00

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 => {