|
@@ -1267,9 +1267,9 @@ const toBackClick = () => {
|
|
path: '/tentative/detect/test',
|
|
path: '/tentative/detect/test',
|
|
query: {}
|
|
query: {}
|
|
})
|
|
})
|
|
- // setTimeout(() => {
|
|
|
|
- // window?.location?.reload() //刷新页面
|
|
|
|
- // }, 1000);
|
|
|
|
|
|
+ setTimeout(() => {
|
|
|
|
+ window?.location?.reload() //刷新页面
|
|
|
|
+ }, 1000);
|
|
}
|
|
}
|
|
const updeviceUseIds = (val) => {
|
|
const updeviceUseIds = (val) => {
|
|
listItemBaseData.value.deviceUseIds = val
|
|
listItemBaseData.value.deviceUseIds = val
|