소스 검색

fix: 转发信息

lxf 2 일 전
부모
커밋
800c6bc480
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 () => {