ソースを参照

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 () => {