@@ -253,6 +253,7 @@ const afterTimeStart = () => {
getDataDevice(param.value).then((data) => {
selectedDeviceList.value = JSON.parse(JSON.stringify(data.data));
});
+ getList();
};
onMounted(() => {
getList();