|
|
|
|
@ -351,9 +351,7 @@ 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(
|
|
|
|
|
|