修复一些问题
This commit is contained in:
parent
3675de66f5
commit
e007c30235
|
@ -171,9 +171,12 @@ const getList = () =>{
|
|||
edustage: curNode.edustage,
|
||||
edusubject: curNode.edusubject
|
||||
}).then( res =>{
|
||||
if(res.rows.length){
|
||||
fileList.value = res.rows
|
||||
|
||||
Object.assign(curFile, fileList.value[0])
|
||||
params.document_ids = fileList.value[0].docId
|
||||
}
|
||||
})
|
||||
}
|
||||
emitter.on('changeCurFile', (item) =>{
|
||||
|
|
Loading…
Reference in New Issue