fix : 修复功能

This commit is contained in:
2024-05-12 19:08:41 +08:00
parent 6ae58eefaf
commit 250f6344f1

View File

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