From 968d62e6a3093b810dcd3db160a2b362a6e4ef69 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 06 六月 2024 14:56:32 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/particty.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue index 4e89da8..e3ad89e 100644 --- a/src/views/patient/propaganda/particty.vue +++ b/src/views/patient/propaganda/particty.vue @@ -1189,11 +1189,12 @@ if (this.id) { getTaskInfo({ taskid: this.id }).then((res) => { let filteredArray = ""; + console.log(2233); if (res.code == 200) { this.form = res.data; this.overallCase = this.form.patTaskRelevances.concat(); - // this.checkList = this.form.serviceform.split(","); this.formatFn(2); + console.log(this.form.showDate, "this.form"); this.daytime = this.form.showDate.split(","); if (this.form.showTimeMorn) this.time1 = this.form.showTimeMorn.split(","); @@ -1203,7 +1204,6 @@ this.time3 = this.form.showTimeNight.split(","); console.log(1122); filteredArray = this.convertFormat1ToFormat2(this.form.textParam); - console.log(filteredArray, "filteredArray"); this.variableList = this.transitionList.concat(filteredArray); } else { this.$modal.msgError(res.code); -- Gitblit v1.9.3