WXL
2024-07-04 9d015239601327235450a2f7f0e62ff6f58b205a
测试完成
已修改2个文件
8 ■■■■■ 文件已修改
src/views/outsideChainxj.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/particty.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) => {
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;