diff --git a/src/components/FormComponents/CustomForm/FormItemSelf.vue b/src/components/FormComponents/CustomForm/FormItemSelf.vue index 11af30cce61b81d11aba07997ad0f70bc2c6bf0c..b4a2f94b41cb0851f8742c5a0fa5d7bac664042d 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]) ? []