获取系统参数逻辑优化
This commit is contained in:
parent
e58518faa7
commit
3b5b5e42b9
|
|
@ -193,9 +193,8 @@ const onConfirm = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
getParamsList()
|
|
||||||
voyageList()
|
|
||||||
if (props.rescueId) {
|
if (props.rescueId) {
|
||||||
|
getParamsList()
|
||||||
dataList()
|
dataList()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue