富文本编辑器上传图片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

@ -80,7 +80,7 @@ export default {
},
data() {
return {
title: "幼儿学习与发展档案(教师)",
title: "幼儿学习与发展档案(家长)",
classname: "",
childid: "",
xnxq:"",
@ -109,7 +109,7 @@ export default {
//学年学期
xnxqOptions: [],
// 弹出层标题
title: "",
// title: "",
// 是否显示弹出层
open: false,
// 查询参数

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;