Commit c802171e by lichengming

修改了入库管理照片管理

parent acb1ff8f
......@@ -17,7 +17,7 @@
</Col>
<!--列表-->
<Col span="24">
<FilesList ref="fileModal" :fileName="fileName" :viewUrl="urlData.downloadFileUrl" @on-result-change="_fileData"></FilesList>
<FilesList ref="fileModal" :fileName="fileName" @on-result-change="_fileData"></FilesList>
</Col>
</Row>
<!--删除提示框-->
......
......@@ -145,8 +145,7 @@ import BatchUploadSample from './BatchUploadSample'
export default {
components: { BatchUpload, BatchUploadSample },
props: {
fileName: null,
viewUrl: null
fileName: null
},
data() {
return {
......
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