报警模块中代码,调整获取台站的方法执行时机

This commit is contained in:
任珮宇 2024-03-05 14:24:50 +08:00
parent 017d9384f0
commit 322aecac7f

View File

@ -203,6 +203,7 @@ export default {
},
mounted() {
this.getNuclideAvgList()
this.getStationList()
},
methods: {
onSourceChange(val) {