From a84084a15fe7a5a5c5a3f8728d8407ea101a5c05 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Mon, 12 Aug 2024 13:42:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=BA=AB=E4=BD=93=E9=83=A8?= =?UTF-8?q?=E4=BD=8D=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../setting/trial-config/components/logicalConfig.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/setting/trial-config/components/logicalConfig.vue b/src/views/trials/trials-panel/setting/trial-config/components/logicalConfig.vue index 85e36f25..fb586242 100644 --- a/src/views/trials/trials-panel/setting/trial-config/components/logicalConfig.vue +++ b/src/views/trials/trials-panel/setting/trial-config/components/logicalConfig.vue @@ -1272,7 +1272,9 @@ export default { // ",", // " | " // ); - this.form.BodyPartTypeList = this.form.BodyPartTypes.split("|"); + let BodyPartTypes = res.BodyPartTypes; + this.form.BodyPartTypes = ""; + this.form.BodyPartTypeList = BodyPartTypes.split("|"); let r = await this.getTrialBodyPartList(); if (r) { var bodyPartTypes = this.form.BodyPartTypeList.map((i) => {