Merge pull request '需求发布 时间戳调整' (#89) from chenxuelian into dev
Reviewed-on: http://git.hchyun.com/feashow/pupil/pulls/89
This commit is contained in:
@@ -375,7 +375,7 @@
|
|||||||
}
|
}
|
||||||
this.needsPublishForm.type = Number(this.tabCurrent + 1)
|
this.needsPublishForm.type = Number(this.tabCurrent + 1)
|
||||||
this.needsPublishForm.pub_time = this.needsPublishForm.pub_time ? this.needsPublishForm.pub_time :
|
this.needsPublishForm.pub_time = this.needsPublishForm.pub_time ? this.needsPublishForm.pub_time :
|
||||||
new Date().getTime()
|
Math.round(new Date().getTime() / 1000)
|
||||||
const temp = []
|
const temp = []
|
||||||
if (this.fileList1.length > 0) {
|
if (this.fileList1.length > 0) {
|
||||||
this.fileList1.map(item => {
|
this.fileList1.map(item => {
|
||||||
|
|||||||
Reference in New Issue
Block a user