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/patient/propaganda/particty.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) 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