Merge pull request '修复一些问题' (#301) from lyc-dev into main
This commit is contained in:
commit
615be3302c
|
@ -276,6 +276,7 @@ const cloneDialog = (formEl) => {
|
|||
expandedKeys.value = []
|
||||
formEl.resetFields()
|
||||
model.value = false
|
||||
emit('on-close')
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
|
|
@ -186,7 +186,7 @@ const clickMenu = ({isOuter, path, disabled, id}) =>{
|
|||
fullPath += `?unitId=${id}&bookId=${rootid}`
|
||||
}
|
||||
else{
|
||||
fullPath += `&unitId=${id}&bookId=${rootid}`
|
||||
fullPath += `&unitId=${id}&bookId=${rootid}`
|
||||
}
|
||||
}
|
||||
fullPath = fullPath.replaceAll('//', '/')
|
||||
|
|
Loading…
Reference in New Issue