From 250f6344f17c67c66952c17cf7b6ad6a2a3c98cc Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sun, 12 May 2024 19:08:41 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectdemand/demandcollection/add.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/projectdemand/demandcollection/add.vue b/src/views/projectdemand/demandcollection/add.vue index d47a9de..67f6906 100644 --- a/src/views/projectdemand/demandcollection/add.vue +++ b/src/views/projectdemand/demandcollection/add.vue @@ -102,6 +102,9 @@ const form = ref(null) const fileList = ref(null) const menuTree = ref(null) const loading = ref(false) +const localData = reactive({ + affiliatedCompany: [] +}) const processStore = useProcessStore() const processInstanceData = ref()