v2.0
This commit is contained in:
@@ -209,7 +209,7 @@
|
||||
:file-list="fileList"
|
||||
:before-upload="beforeUpload"
|
||||
:on-success="onSuccess"
|
||||
:action="'http://localhost:8411/submit/upload3.ashx?ProjectId='+ projectId"
|
||||
:action="upload3 + '?ProjectId=' + projectId"
|
||||
list-type="picture-card">
|
||||
<i class="el-icon-plus"/>
|
||||
</el-upload>
|
||||
@@ -291,6 +291,7 @@
|
||||
<script>
|
||||
import request from '@/utils/request'
|
||||
import elInput from 'element-ui/packages/input'
|
||||
import { upload3, readImg } from '@/utils/request'
|
||||
import { initProject, searchTableData1, typeOfPerformanceBond, searchTableData2, takeBack, executionProgressID, initType, addPerformanceBond, editPerformanceBond, delPerformanceBond, addPerformanceGuarantee, delPerformanceGuarantee } from '@/api/MarketingCenter/PerformanceBond'
|
||||
export default {
|
||||
components: {
|
||||
@@ -305,6 +306,7 @@ export default {
|
||||
}
|
||||
}
|
||||
return {
|
||||
upload3: upload3,
|
||||
title1: '', // 履约保证金新增或编辑对话框
|
||||
entryNameValue: '', // 查询条件_项目名称
|
||||
entryName: [], // 查询条件_项目名称数组
|
||||
@@ -722,7 +724,7 @@ export default {
|
||||
return {
|
||||
_id: item.履约保函流水号,
|
||||
name: item.文件标识,
|
||||
url: 'http://localhost:8411/webpage/img/' + item.文件标识
|
||||
url: readImg + item.文件标识
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user