|
@@ -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) => ({
|