From 874961b4db454874b7d267df3a0973cb164231fa Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Thu, 9 Nov 2023 14:56:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FormComponents/CustomForm/FormItemSelf.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FormComponents/CustomForm/FormItemSelf.vue b/src/components/FormComponents/CustomForm/FormItemSelf.vue index 11af30c..b4a2f94 100644 --- a/src/components/FormComponents/CustomForm/FormItemSelf.vue +++ b/src/components/FormComponents/CustomForm/FormItemSelf.vue @@ -855,7 +855,7 @@ export default { } } } - if (!display && targetItem) { + if (!display && targetItem.prop != "pathology_path") { // 清空数据 const newVal = Array.isArray(this.form[targetItem.prop]) ? [] -- 2.22.0