Эх сурвалжийг харах

Merge remote-tracking branch 'origin/master'

zhangcl 1 сар өмнө
parent
commit
97568541c5

+ 9 - 6
src/views/pms/inspect/route/IotInspectRoute.vue

@@ -217,13 +217,16 @@ const openDevice = () => {
 }
 
 const close = () => {
+  // delView(unref(currentRoute))
+  // push({
+  //   name: 'IotInspectRoute',
+  //   query: {
+  //     date: new Date().getTime()
+  //   }
+  // })
+
   delView(unref(currentRoute))
-  push({
-    name: 'IotInspectRoute',
-    query: {
-      date: new Date().getTime()
-    }
-  })
+  push({ name: 'IotInspectRoute', params:{}})
 }
 const itemsWithIndex = computed(() => {
   return items.value.map((item, index) => ({