From 9d015239601327235450a2f7f0e62ff6f58b205a Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 04 七月 2024 17:47:07 +0800 Subject: [PATCH] 测试完成 --- src/views/outsideChainxj.vue | 3 --- src/views/patient/propaganda/particty.vue | 5 +++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/views/outsideChainxj.vue b/src/views/outsideChainxj.vue index 75e80ad..75873a9 100644 --- a/src/views/outsideChainxj.vue +++ b/src/views/outsideChainxj.vue @@ -74,9 +74,6 @@ .then((response) => { console.log(response.data, "鏁版嵁"); // 杈撳嚭鑾峰彇鍒扮殑鏂囦欢鍐呭 this.richText = response.data; - // this.richText = - // '<p>This is an image: <img src="https://example.com/image.jpg"></p>'; - // }) this.richText = this.addStyleToImages(this.richText); }) .catch((error) => { diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue index c65a3f2..5c3de17 100644 --- a/src/views/patient/propaganda/particty.vue +++ b/src/views/patient/propaganda/particty.vue @@ -998,8 +998,7 @@ // 纭閫夋嫨妯$増鏀惧叆浠诲姟妯$増 selectfn(row, type) { // 妯$増鎯呭喌涓嬭幏鍙栨ā鐗堜俊鎭� - - this.libName = row.preachname; + this.libName = row.templateName; this.libId = row.id; getvFollowup({ id: row.id }).then((res) => { if (res.code == 200) { @@ -1296,6 +1295,8 @@ this.Tasktemplate.libtemplateid = id; this.Tasktemplate.isoperation = 1; this.Tasktemplate.libtemplatename = this.Tasktemplate.templateName; + console.log(this.libName, this.libId); + TaskTemplatecomit(this.Tasktemplate).then((response) => { console.log(response); this.previewtf = false; -- Gitblit v1.9.3