获取系统参数逻辑优化

This commit is contained in:
zhangqi 2025-11-03 11:38:58 +08:00
parent e58518faa7
commit 3b5b5e42b9
1 changed files with 1 additions and 2 deletions

View File

@ -193,9 +193,8 @@ const onConfirm = () => {
} }
onMounted(() => { onMounted(() => {
getParamsList()
voyageList()
if (props.rescueId) { if (props.rescueId) {
getParamsList()
dataList() dataList()
} }
}) })