feat : 详情页修改

This commit is contained in:
clay
2024-05-11 15:59:25 +08:00
parent d9dce9e8e5
commit 9da9b763be
2 changed files with 28 additions and 41 deletions

View File

@@ -179,7 +179,6 @@ const getFile = (val) => {
fileList.value = val
}
const init = async () => {
console.log("asdasdasd")
getWorkflowInfo().then(res => {
let data = res.data
console.log('res2', res)
@@ -191,7 +190,6 @@ const init = async () => {
processStore.refuseList.value = data.refuseList;
processStore.passList.value = data.passList;
nextTick(()=>{
console.log('processDiagramViewer')
processDiagramViewer.value=true
})
})