|
|
|
@ -65,7 +65,7 @@ |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item label="组织封面图" label-width="150px" prop="fileList"> |
|
|
|
<el-form-item label="组织封面图" label-width="150px" prop="orgImage"> |
|
|
|
<template> |
|
|
|
<upload-image :defaultFileList="fileList" :limit="1" @change="onChangeFileList" :file-list="fileList" |
|
|
|
@file-removed="removedImg"></upload-image> |
|
|
|
@ -498,9 +498,8 @@ |
|
|
|
if (code === 0&&data) { |
|
|
|
this.formData = data[0]; |
|
|
|
this.searchValue= this.formData.address |
|
|
|
console.log(data[0].qualification,"sdlkfjlsdfj"); |
|
|
|
this.fileList=[] |
|
|
|
this.fileList.push({fileUrl:data[0].qualification}) |
|
|
|
this.fileList.push({fileUrl:data[0].orgImage}) |
|
|
|
this.fileList1.push({fileUrl:data[0].brandImg}) |
|
|
|
|
|
|
|
console.log(this.formData,"this.formData"); |
|
|
|
|