提交获取设备下拉框接口

This commit is contained in:
严妍 2023-07-14 16:53:26 +08:00
parent 3f0884ffba
commit cd42581325

View File

@ -111,7 +111,7 @@ const getRealTimeList = async () => {
};
onMounted(async () => {
// await getDevOption();
await getDevOption();
await getRealTimeList();
});
</script>