|
|
|
|
@ -352,7 +352,6 @@ async function refreshHandler() {
|
|
|
|
|
return
|
|
|
|
|
const taskPackage = taskStore.getApprovalList[taskStore.getCurrentIndex] || {}
|
|
|
|
|
taskDetailInfo.value = await getTaskDetailInfo(taskId.value, taskPackage.packageid, taskPackage?.taskIndex || '')
|
|
|
|
|
|
|
|
|
|
nextTick(() => {
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
useInfiniteScroll(
|
|
|
|
|
@ -524,7 +523,7 @@ onUpdated(() => {
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<div v-show="!showActions" class="wrapper-content-form-button" @click="switchBatch()">
|
|
|
|
|
<div v-show="!showActions" style="margin-bottom: 16px;" class="wrapper-content-form-button" @click="switchBatch()">
|
|
|
|
|
<SvgIcon style="margin-right: 6px;" size="22" name="batch" />
|
|
|
|
|
批量审批
|
|
|
|
|
</div>
|
|
|
|
|
|