|
@@ -324,18 +324,18 @@ it .ql-editor,
|
|
|
:rules="rules.fwbContent"
|
|
|
>
|
|
|
<!-- klScaleParent[${tableIndex}].klScaleSaveGroup[${scope.$index}].content -->
|
|
|
+ <!-- @change="
|
|
|
+ onEditorChange(
|
|
|
+ $event,
|
|
|
+ `klScaleParent[${tableIndex}].klScaleSaveGroup[0].content`
|
|
|
+ )
|
|
|
+ " -->
|
|
|
<quillEditor
|
|
|
:id="`klScaleParent[${tableIndex}].klScaleSaveGroup[0].content`"
|
|
|
v-model="table.klScaleSaveGroup[0].content"
|
|
|
:options="editorOption"
|
|
|
class="ql-editor"
|
|
|
ref="scalequillEditor"
|
|
|
- @change="
|
|
|
- onEditorChange(
|
|
|
- $event,
|
|
|
- `klScaleParent[${tableIndex}].klScaleSaveGroup[0].content`
|
|
|
- )
|
|
|
- "
|
|
|
></quillEditor>
|
|
|
</el-form-item>
|
|
|
</div>
|
|
@@ -586,11 +586,11 @@ export default {
|
|
|
}
|
|
|
);
|
|
|
},
|
|
|
- onEditorChange(e, ref) {
|
|
|
- e.quill.deleteText(1000, 4);
|
|
|
- console.log(e.quill.getLength());
|
|
|
- this.$refs.scaleFormRef.clearValidate(ref);
|
|
|
- },
|
|
|
+ // onEditorChange(e, ref) {
|
|
|
+ // e.quill.deleteText(1000, 4);
|
|
|
+ // console.log(e.quill.getLength());
|
|
|
+ // this.$refs.scaleFormRef.clearValidate(ref);
|
|
|
+ // },
|
|
|
assessCommitTest() {
|
|
|
console.dir(this.formtParams());
|
|
|
},
|