Commit c802171e by lichengming

修改了入库管理照片管理

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