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