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()