This commit is contained in:
yuekuo
2023-03-29 15:46:50 +08:00
parent abe26dcd1b
commit ec879f53b5
2 changed files with 1 additions and 2 deletions
@@ -281,7 +281,6 @@ import { message } from 'ant-design-vue'
localStorage.removeItem('otaIdT') localStorage.removeItem('otaIdT')
localStorage.setItem('otaIdT',value) localStorage.setItem('otaIdT',value)
this.$forceUpdate()
this.getData() this.getData()
}, },
// 模板下载 // 模板下载
@@ -385,7 +385,7 @@ export default {
localStorage.removeItem('otaIdT') localStorage.removeItem('otaIdT')
this.$router.push({ this.$router.push({
path: '/vehicleinformation', path: '/vehicleinformation',
query: {} query: { type:1}
}) })
}, },
viewProcessClick(row) { viewProcessClick(row) {