From 1f05e4d21df613872539b0f32c53d638563ba473 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 21 Nov 2025 16:48:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/businessHandling/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/business/businessHandling/index.vue b/src/views/business/businessHandling/index.vue index 883dcfc7..736a68b4 100644 --- a/src/views/business/businessHandling/index.vue +++ b/src/views/business/businessHandling/index.vue @@ -790,6 +790,8 @@ export default { /** 项目部变化 */ async onDepartChange(value) { + this.maForm.projectId = null + this.maForm.unitId = null if (!value) return this.projectInfoList() },