feat: 修改按钮距离问题

pull/252/head
raofuzi 1 year ago
parent 1917ac7b0a
commit 3bed6c559a

@ -351,8 +351,9 @@ async function refreshHandler() {
if (!taskId.value)
return
const taskPackage = taskStore.getApprovalList[taskStore.getCurrentIndex] || {}
console.log('getTaskDetailInfo接收到的', taskStore.getCurrentIndex, taskStore.currentIndex, taskPackage, taskPackage.packageid, taskPackage?.taskIndex)
taskDetailInfo.value = await getTaskDetailInfo(taskId.value, taskPackage.packageid, taskPackage?.taskIndex || '')
console.log('taskDetailInfo.value接收到的', taskDetailInfo.value)
nextTick(() => {
setTimeout(() => {
useInfiniteScroll(
@ -524,7 +525,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