Commit 1096d783 authored by xiaoman's avatar xiaoman

修改bug

parent 42dacac1
...@@ -403,6 +403,7 @@ export default { ...@@ -403,6 +403,7 @@ export default {
this.dialogFormVisible = true this.dialogFormVisible = true
getDealRecordDetail({ id: row.id }).then(res => { getDealRecordDetail({ id: row.id }).then(res => {
res.data.data.images = res.data.data.images.split(';') res.data.data.images = res.data.data.images.split(';')
res.data.data.bidTime = res.data.data.bidTime * 1000
this.dataForm = res.data.data this.dataForm = res.data.data
}) })
}, },
......
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