修改文件上传问题
This commit is contained in:
parent
2c2404ef85
commit
06140239e9
@ -98,7 +98,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleUploadFile(fileList){
|
handleUploadFile(fileList){
|
||||||
// console.log('获取上传文件信息',fileList)
|
console.log('获取上传文件信息',fileList)
|
||||||
fileList = JSON.parse(JSON.stringify(fileList))
|
fileList = JSON.parse(JSON.stringify(fileList))
|
||||||
this.fileList = fileList.map((item,i) => {
|
this.fileList = fileList.map((item,i) => {
|
||||||
return {
|
return {
|
||||||
@ -109,7 +109,7 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.repaymentObj.name = this.fileList.length?this.fileList[0].objectName : '';
|
this.repaymentObj.name = this.fileList.length?this.fileList[0].objectName : '';
|
||||||
this.repaymentObj.url = this.fileList.length?this.fileList[0].fileName : '';
|
this.repaymentObj.url = this.fileList.length?this.fileList[0].url : '';
|
||||||
},
|
},
|
||||||
handleClose() {
|
handleClose() {
|
||||||
this.$emit('update:eventDialog', null)
|
this.$emit('update:eventDialog', null)
|
||||||
|
|||||||
@ -339,7 +339,7 @@ const caseManagementApi = {
|
|||||||
|
|
||||||
// 视频快开提醒
|
// 视频快开提醒
|
||||||
videoCall: data => {
|
videoCall: data => {
|
||||||
return service.service.get(`${apiAdmin}api/trace/video/videoCall`, data)
|
return service.service.get(`${apiAdmin}api/trace/video/videoCall`, data, {hideLoading:true})
|
||||||
},
|
},
|
||||||
|
|
||||||
//========================end::案件管理======================================
|
//========================end::案件管理======================================
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user