Explorar el Código

fix:点击开始时测试设备数据

luoxiao hace 1 mes
padre
commit
7627738af2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/pro-steps/components/ceshishuju.vue

+ 1 - 0
src/views/pro-steps/components/ceshishuju.vue

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