|
@@ -109,6 +109,7 @@
|
|
|
:title="`打回试卷(${rejectTask?.secretNumber})`"
|
|
|
width="500px"
|
|
|
:close-on-click-modal="false"
|
|
|
+ :z-index="3001"
|
|
|
>
|
|
|
<div>
|
|
|
<span style="font-size: 14px; font-weight: bold; color: #333">原因:</span
|
|
@@ -621,6 +622,9 @@ watch(currentTask, (newVal, oldVal) => {
|
|
|
if (currentTask.value?.rejectReason) {
|
|
|
showRejectReason.value = true
|
|
|
rejectTask.value = currentTask.value
|
|
|
+ setTimeout(() => {
|
|
|
+ ;(document.querySelector('.score-input') as HTMLInputElement)?.blur()
|
|
|
+ }, 500)
|
|
|
}
|
|
|
}
|
|
|
// clearScrollTop()
|