fix : 修复功能
This commit is contained in:
@@ -102,6 +102,9 @@ const form = ref(null)
|
|||||||
const fileList = ref(null)
|
const fileList = ref(null)
|
||||||
const menuTree = ref(null)
|
const menuTree = ref(null)
|
||||||
const loading = ref(false)
|
const loading = ref(false)
|
||||||
|
const localData = reactive({
|
||||||
|
affiliatedCompany: []
|
||||||
|
})
|
||||||
const processStore = useProcessStore()
|
const processStore = useProcessStore()
|
||||||
const processInstanceData = ref()
|
const processInstanceData = ref()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user