富文本编辑器上传图片bug

This commit is contained in:
zhanglipeng
2021-01-27 15:34:05 +08:00
parent 2236b55dd1
commit fb5c2e5962
3 changed files with 52 additions and 11 deletions

View File

@ -383,7 +383,7 @@ export default {
const id = row.id || this.ids;
getActivity(id).then(response => {
this.form = response.data;
console.log(this.form);
// console.log(this.form);
this.typeOptions = response.types;
this.form.type = response.typeIds;