From b80d9edef4ff9b1c85defaaa560c041cdf7d83e3 Mon Sep 17 00:00:00 2001
From: zhouxiaoan <13598091228@139.com>
Date: Fri, 12 Apr 2024 13:01:19 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=84=E7=90=86=E5=9B=BE=E9=89=B4?=
=?UTF-8?q?=E7=AE=A1=E7=90=86=E5=B8=83=E5=B1=80=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/worksheet/content/Content.vue | 232 ++++++++++++------------
1 file changed, 116 insertions(+), 116 deletions(-)
diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue
index 2bb91a3..61c6541 100644
--- a/src/views/worksheet/content/Content.vue
+++ b/src/views/worksheet/content/Content.vue
@@ -109,7 +109,7 @@ function reset() {
loading.value = false
canloadMore = true
}
-
+console.log(listData)
async function refreshHandler() {
reset()
@@ -250,10 +250,11 @@ const propertys = computed(() => {
return v
})
function overTaskHandelr(item: any) {
- if (item?.historyStates === 2 || item?.historyStates == 3) {
- overTask.value = null
- return
- }
+ // console.log(item, 'item')
+ // if (item?.historyStates === 2 || item?.historyStates == 3) {
+ // overTask.value = null
+ // return
+ // }
if (validate([item]) == null && batch.value === false)
overTask.value = item
@@ -614,140 +615,139 @@ defineExpose({