feat : 详情页修改
This commit is contained in:
@@ -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
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user