fix:通过不通过后状态的控制 #231

Merged
zhaohui merged 1 commits from fix/change_task into test 1 year ago

@ -314,9 +314,11 @@ function doAudit(param: any, row: any) {
initData(1, 20,{},props.taskvalue)
num = 1
reload()
selectionIds.value = []
}
else {
message.error(res.message)
selectionIds.value = []
}
})
},
@ -467,6 +469,10 @@ function changesort(sortnamex) {
initData(1, 20,{},props.taskvalue)
num = 1
}
function notpass (){
initData(1, 20,{},props.taskvalue)
selectionIds.value = []
}
watch(
() => finalStore.asideValue,
(newVal, oldVal) => {
@ -714,7 +720,7 @@ defineExpose({
</div>
</div>
</div>
<NotPassed ref="notPassModalRef" @success=" initData(1, 20,{},props.taskvalue)" />
<NotPassed ref="notPassModalRef" @success="notpass" />
<RepeatModal
ref="repeatModalRef"
@reject="repeatBatchReject"

Loading…
Cancel
Save