From 7fca01ae5a5a62d609b08aef850b7c2cfa610bb9 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 30 十月 2024 16:03:01 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/propaganda/particty.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue
index 4790cf6..a6a2788 100644
--- a/src/views/patient/propaganda/particty.vue
+++ b/src/views/patient/propaganda/particty.vue
@@ -1528,6 +1528,7 @@
}
});
});
+
const Aarr = Variablist.filter(
(obj, index, self) =>
index ===
@@ -1899,7 +1900,7 @@
this.objyl.suitway = this.objyl.suitway.join(",");
}
this.objyl.ivrLibaTemplateScriptVOList.forEach((item) => {
- item.ivrTaskTemplateTargetoptions = item.ivrLibaScriptTargetoptionList;
+ item.ivrTaskScriptTargetoptionList = item.ivrLibaScriptTargetoptionList;
});
this.objyl.ivrTaskTemplateScriptVOList =
this.objyl.ivrLibaTemplateScriptVOList;
--
Gitblit v1.9.3