diff --git a/src/components/Editor/index.vue b/src/components/Editor/index.vue index fc68129..5f2bfe8 100644 --- a/src/components/Editor/index.vue +++ b/src/components/Editor/index.vue @@ -137,6 +137,10 @@ export default { } }); } + this.Quill.enable(false); + setTimeout(()=>{ + this.Quill.enable(true); + }, 1000); this.Quill.pasteHTML(this.currentValue); this.Quill.on("text-change", (delta, oldDelta, source) => { const html = this.$refs.editor.children[0].innerHTML; diff --git a/src/views/pms/product/AddProduct.vue b/src/views/pms/product/AddProduct.vue index 81fe0c6..7278882 100644 --- a/src/views/pms/product/AddProduct.vue +++ b/src/views/pms/product/AddProduct.vue @@ -72,7 +72,7 @@ - +
产品规格 @@ -107,7 +107,7 @@