Commit 7a5f114e by 史敦盼

修改

1 parent 43b04545
Showing with 1 additions and 1 deletions
...@@ -139,7 +139,7 @@ export default { ...@@ -139,7 +139,7 @@ export default {
if (res.code === 200) { if (res.code === 200) {
this.leftSelectData = res.data this.leftSelectData = res.data
if (this.leftSelectData.length) { if (this.leftSelectData.length) {
this.config.fileId = leftSelectData[0].fileId this.config.fileId = this.leftSelectData[0].fileId
} }
} }
}) })
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!