默认值修改

This commit is contained in:
lai
2024-07-05 19:18:53 +08:00
parent 22797a8ae8
commit 21621c2056
3 changed files with 5 additions and 4 deletions

View File

@@ -231,7 +231,7 @@ onMounted(() => {
if (arr.length > 0) {
queryParams.neRealId = arr[0].value;
upfWhoId.value = arr[0].value;
reSendUPF(arr[0].rmUid);
}
}