Merge pull request 'fix/updatesyspic' (#252) from fix/updatesyspic into test

Reviewed-on: #252
pull/254/head
yaoshuli 2 years ago
commit ffbd15443a

@ -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>

Loading…
Cancel
Save