Merge branch 'projects/mes-dy' into projects/mesxc-dy

This commit is contained in:
helloDy
2023-11-30 15:53:40 +08:00
12 changed files with 9447 additions and 8942 deletions

View File

@@ -125,11 +125,8 @@ export default {
// 取消自动聚焦 start
this.Quill?.enable(false);
this.$nextTick(() => {
this.Quill?.enable(true);
this.Quill?.blur();
// if (!this.readOnly) {
// this.Quill?.enable();
// }
this.Quill?.enable(true);
});
// 如果设置了上传地址则自定义图片上传事件
if (this.type === 'url') {