From 1ef359d0b5968c4f3ac45d59e24be24b6acb6ea6 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 17 Nov 2025 17:29:36 +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/material/lease/protocol/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/material/lease/protocol/index.vue b/src/views/material/lease/protocol/index.vue index e078257f..4ec895fd 100644 --- a/src/views/material/lease/protocol/index.vue +++ b/src/views/material/lease/protocol/index.vue @@ -867,9 +867,10 @@ export default { }, handleSelectPro(val) { console.log('🚀 ~ val:', val) - this.form.projectUnitId = '' - this.form.unitId = '' - this.departList = null + this.form.projectUnitId = null + this.form.unitId = null + this.departList = [] + this.uniteList = [] this.getUnitList() this.getListDepart(val.name) },