From fdf8b9cc7995c8d2022ac512c48a7567f6d2af9a Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 05 七月 2024 16:15:37 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/propaganda/particty.vue |   68 +++++++++------------------------
 1 files changed, 19 insertions(+), 49 deletions(-)

diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue
index c65a3f2..5254501 100644
--- a/src/views/patient/propaganda/particty.vue
+++ b/src/views/patient/propaganda/particty.vue
@@ -727,13 +727,13 @@
         { label: "鍒涘缓浜猴紙缂猴級", width: "", prop: "updateBy" },
       ],
       tableLabelcy: [
-        { label: "闅忚鍚嶇О", width: "", prop: "templateName" },
+        { label: "闅忚鍚嶇О", width: "", prop: "templatename" },
         { label: "闅忚璁″垝", width: "", prop: "impTemplate" },
         { label: "淇敼鏃ユ湡", width: "", prop: "uploadTime" },
         { label: "鍒涘缓浜猴紙缂猴級", width: "", prop: "updateBy" },
       ],
       tableLabelfz: [
-        { label: "閫氱煡鍚嶇О", width: "", prop: "templateName" },
+        { label: "閫氱煡鍚嶇О", width: "", prop: "templatename" },
         { label: "閫氱煡妯$増", width: "", prop: "impTemplate" },
         { label: "淇敼鏃ユ湡", width: "", prop: "uploadTime" },
         { label: "鍒涘缓浜猴紙缂猴級", width: "", prop: "updateBy" },
@@ -766,6 +766,8 @@
         { label: "鏀粯瀹�", value: 7 },
         { label: "鏅鸿兘灏忕▼搴�", value: 8 },
         { label: "閽夐拤", value: 9 },
+        { label: "绾夸笅锛堢焊璐級", value: 10 },
+        { label: "绾夸笂锛堢煭淇�/閽夐拤鐨勬枃鏈�侀棶鍗烽摼鎺ワ級", value: 11 },
       ],
       // 鏃堕棿澶勭悊
       daytime: [], //鏃ユ湡
@@ -919,49 +921,14 @@
       };
       this.currenttype = this.$route.query.type;
       console.log(this.currenttype, "1");
-      if (this.currenttype == 1 || this.currenttype == 8) {
-        // 鍖绘妧闅忚锛屾櫘閫氶殢璁�
-        this.title = "闅忚鍐呭鍒楄〃";
-        this.tableLabel = this.tableLabelxj;
-        this.checkboxlist = ["澶氬獟浣�", "绾歌川"];
-        getlibrarylist(queryParams).then((response) => {
-          this.userList = response.rows;
-          this.total = response.total;
-        });
-      } else if (
-        this.currenttype == 2 ||
-        this.currenttype == 3 ||
-        this.currenttype == 7
-      ) {
-        // 鍑洪櫌銆侀棬璇娿�佷笓鐥呴殢璁�
-        this.title = "闅忚鍐呭鍒楄〃";
-        this.tableLabel = this.tableLabelmz;
-        this.checkboxlist = ["绾歌川", "澶氬獟浣�", "鐢佃瘽", "寰俊鍏紬鍙�"];
-        getFollowuplist(queryParams).then((response) => {
-          this.userList = response.rows;
-          this.total = response.total;
-        });
-      } else if (this.currenttype == 4 || this.currenttype == 5) {
-        // 澶嶈瘖銆佷綋妫�閫氱煡
-        this.title = "閫氱煡鍐呭鍒楄〃";
-        this.tableLabel = this.tableLabelfz;
-        this.checkboxlist = ["绾夸笅", "AI璇煶澶栧懠", "浜哄伐鐢佃瘽", "鐭俊"];
-        getFollowuplist(queryParams).then((response) => {
-          this.userList = response.rows;
-          this.total = response.total;
-        });
-      } else if (this.currenttype == 6) {
-        this.title = "闂嵎鍐呭鍒楄〃";
-        this.tableLabel = this.tableLabelwj;
-        this.checkboxlist = [
-          "绾夸笅锛堢焊璐級",
-          "绾夸笂锛堢煭淇�/閽夐拤鐨勬枃鏈�侀棶鍗烽摼鎺ワ級",
-        ];
-        getQtemplatelist(queryParams).then((response) => {
-          this.userList = response.rows;
-          this.total = response.total;
-        });
-      }
+      // 鍑洪櫌銆侀棬璇娿�佷笓鐥呴殢璁�
+      this.title = "闅忚鍐呭鍒楄〃";
+      this.tableLabel = this.tableLabelmz;
+      this.checkboxlist = ["绾歌川", "澶氬獟浣�", "鐢佃瘽", "寰俊鍏紬鍙�"];
+      getFollowuplist(queryParams).then((response) => {
+        this.userList = response.rows;
+        this.total = response.total;
+      });
     },
     nextstep() {
       if (this.Editprogress <= 3) {
@@ -998,8 +965,8 @@
     // 纭閫夋嫨妯$増鏀惧叆浠诲姟妯$増
     selectfn(row, type) {
       // 妯$増鎯呭喌涓嬭幏鍙栨ā鐗堜俊鎭�
-
-      this.libName = row.preachname;
+      console.log(row, "閫夋嫨妯$増");
+      this.libName = row.templateName;
       this.libId = row.id;
       getvFollowup({ id: row.id }).then((res) => {
         if (res.code == 200) {
@@ -1295,14 +1262,17 @@
       this.Tasktemplate.tempDetpRelevances = null;
       this.Tasktemplate.libtemplateid = id;
       this.Tasktemplate.isoperation = 1;
-      this.Tasktemplate.libtemplatename = this.Tasktemplate.templateName;
+      this.Tasktemplate.libtemplatename = this.Tasktemplate.templatename;
+      console.log(this.libName, this.libId);
+
       TaskTemplatecomit(this.Tasktemplate).then((response) => {
         console.log(response);
         this.previewtf = false;
         this.form.templateid = response.data;
         this.form.libtemplateid = this.libId;
         this.form.templatename = this.libName;
-        this.$modal.msgSuccess("閫夋嫨妯$増鎴愬姛");
+        console.log(this.form.templatename, "ss");
+        this.$modal.msgSuccess("閫夋嫨妯$増鎴愬姛", this.form.templatename);
       });
     },
     // 澶勭悊鏈嶅姟褰㈠紡

--
Gitblit v1.9.3