Browse Source

fix:优化

liziliang 1 month ago
parent
commit
8590735c62
1 changed files with 1 additions and 0 deletions
  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();