|
|
@ -312,6 +312,9 @@ |
|
|
|
<img v-if="item.contentType==='img'" |
|
|
|
class="img_icon" |
|
|
|
:src="item.content"> |
|
|
|
<p v-if="item.contentType==='rich_text'" |
|
|
|
class="text_p" |
|
|
|
v-html="item.content"></p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-form-item> |
|
|
@ -533,8 +536,8 @@ export default { |
|
|
|
this.endLoading() |
|
|
|
|
|
|
|
} else { |
|
|
|
this.formData = JSON.parse(JSON.stringify(this.formDataTemp)); |
|
|
|
this.agencyIdArray = this.formData.sponsorPath.split(',') |
|
|
|
// this.formData = JSON.parse(JSON.stringify(this.formDataTemp)); |
|
|
|
// this.agencyIdArray = this.formData.sponsorPath.split(',') |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|