From cdba63e2223fa4b145644879906259b783b174ab Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期六, 12 十月 2024 18:26:44 +0800
Subject: [PATCH] 测试完成
---
src/views/knowledge/education/compilequer/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/knowledge/education/compilequer/index.vue b/src/views/knowledge/education/compilequer/index.vue
index df401b1..116116c 100644
--- a/src/views/knowledge/education/compilequer/index.vue
+++ b/src/views/knowledge/education/compilequer/index.vue
@@ -680,7 +680,7 @@
console.log(this.ruleForm.richText, "this.ruleForm.richText");
// 澶勭悊鍐呯綉html
addrichText({
- // content: this.content,
+ content: this.content,
fileName: this.generateRandomHtmlFilename(),
}).then((resf) => {
this.ruleForm.htmlRichText = resf.msg.replace(
--
Gitblit v1.9.3