v2.0
This commit is contained in:
@@ -631,6 +631,7 @@
|
||||
<script>
|
||||
import request from '@/utils/request'
|
||||
import elInput from 'element-ui/packages/input'
|
||||
import { readImg } from '@/utils/request'
|
||||
import { initProject, selectProvince, SelectMarketingManager, searchTable1, selectMachine, searchTableDataInvoiceRecord, searchTableContractCapitalManagement, searchTableSafetyMargin, searchTableBidBond, typeOfPerformanceBond, searchTableDataPerformanceBond, searchTableDataDeliveryManagement } from '@/api/MarketingCenter/ComprehensiveInquiryMS'
|
||||
export default {
|
||||
components: {
|
||||
@@ -878,7 +879,7 @@ export default {
|
||||
name: `select * from 合同信息管理_履约保证金_履约保函 where 是否启用 = 1 and 项目流水号 = ${this.projectNum}`
|
||||
}
|
||||
})
|
||||
this.url = 'http://localhost:8411/webpage/img/' + data[0].文件标识
|
||||
this.url = readImg + data[0].文件标识
|
||||
},
|
||||
async handleRemove(file, fileList) {
|
||||
const { data } = await request({
|
||||
|
||||
Reference in New Issue
Block a user