Commit 5169ac3b authored by cat's avatar cat

再利用页面关闭标签页重置表单

parent eb22b244
......@@ -154,6 +154,9 @@ export default {
if (this.isActive(view)) {
this.toLastView(visitedViews, view)
}
if (view.path === '/processManagement/deviceReuse') {
if (sessionStorage.getItem('recycleform') !== null) { sessionStorage.removeItem('recycleform') }
}
})
},
closeOthersTags() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment