mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-07 08:21:08 +00:00
parent
8eef9dfe58
commit
c880b1c6a2
@ -52,6 +52,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
const client = getClient()
|
const client = getClient()
|
||||||
|
|
||||||
|
console.log('newValue.resume', newValue.resume)
|
||||||
|
|
||||||
|
if (newValue.resume !== undefined) {
|
||||||
client.findOne(chunter.class.Attachment, { _id: newValue.resume }).then(result => {
|
client.findOne(chunter.class.Attachment, { _id: newValue.resume }).then(result => {
|
||||||
if (result !== undefined) {
|
if (result !== undefined) {
|
||||||
resume = {
|
resume = {
|
||||||
@ -63,6 +67,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
|
||||||
let dragover = false
|
let dragover = false
|
||||||
let loading = false
|
let loading = false
|
||||||
|
Loading…
Reference in New Issue
Block a user