ota修改
This commit is contained in:
+7
-4
@@ -392,10 +392,13 @@ export default {
|
||||
},
|
||||
update(val) {
|
||||
this.$forceUpdate()
|
||||
localStorage.removeItem('otaId')
|
||||
localStorage.removeItem('otaIdT')
|
||||
localStorage.setItem('otaIdT', val)
|
||||
this.getData('qiehuan')
|
||||
|
||||
if(value != undefined){
|
||||
localStorage.removeItem('otaId')
|
||||
localStorage.removeItem('otaIdT')
|
||||
localStorage.setItem('otaIdT', val)
|
||||
this.getData('qiehuan')
|
||||
}
|
||||
},
|
||||
update2() {
|
||||
this.$forceUpdate()
|
||||
|
||||
@@ -296,11 +296,14 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
changeId(value,option){
|
||||
localStorage.removeItem('otaId')
|
||||
localStorage.removeItem('otaIdT')
|
||||
localStorage.setItem('otaIdT',value)
|
||||
if(value != undefined){
|
||||
localStorage.removeItem('otaId')
|
||||
localStorage.removeItem('otaIdT')
|
||||
localStorage.setItem('otaIdT',value)
|
||||
|
||||
this.getData('qiehuan')
|
||||
}
|
||||
|
||||
this.getData('qiehuan')
|
||||
},
|
||||
// 模板下载
|
||||
handleModule() {
|
||||
|
||||
Reference in New Issue
Block a user