Explorar o código

fix: 转发信息

lxf hai 2 días
pai
achega
800c6bc480
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/taskItem.vue

+ 1 - 1
src/components/taskItem.vue

@@ -186,7 +186,7 @@ const shareResult = () => {
 }
 
 const remindUser = () => {
-    uploadExecuteRef.value.showPopup(props.itemData, 'remindUser');
+    uploadExecuteRef.value.showPopup({...props.itemData, type: 'remindUser'});
 }
 
 onMounted(async () => {