Commit f2bcfe56 authored by 李苏's avatar 李苏 💬

调整

parent d0ace526
......@@ -78,7 +78,7 @@
/* 拦截默认上传事件 */
let formData = new FormData();
formData.append('file', file)
formData.append('date', this.date)
formData.append('date', new Date(this.date).getTime())
importTemp(formData, this.app.url).then(res => {
if (res.success) {
this.$success('上传成功')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment