@@ -432,7 +432,7 @@
>
<a-button> <a-icon type="upload" /> 上传文件 </a-button>
</a-upload>
- <span>{{shotInfoModel.contractDate}}</span>
+<!-- <span>{{shotInfoModel.contractDate}}</span>-->
<div class="thumb-example" >
<!-- swiper1 -->
<swiper
@@ -604,7 +604,7 @@ export default {
getFileUrls(data) {
let url = this.url.queryUrlById;
let params = {
- id: data.id
+ id: data.infoId
}
let that = this;
getAction(url, params).then(res => {