Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
liumin
/
zkPCproject
Segui
0
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
提交修改
newStyle
douzhuo
3 anni fa
parent
b6f65ab665
commit
aa4478b1f0
2 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/page/wel.vue
+1
-0
src/views/Equipment/state.vue
+ 1
- 1
src/page/wel.vue
Vedi File
@@ -1592,7 +1592,7 @@ export default {
} else if (ind == 3) {
this.$router.push({
path: "/Equipment/state",
query: { flag: 1 },
query: { flag: 1
, selValue: 2
},
});
} else {
this.$router.push({
+ 1
- 0
src/views/Equipment/state.vue
Vedi File
@@ -896,6 +896,7 @@ export default {
this.searchForm.electricity = this.$route.query.electricity;
}
}
if (this.$route.query.selValue) this.selValue = this.$route.query.selValue
// asd
this.getList();
// 获取列表
Scrivi
Anteprima
Caricamento…
Annulla
Salva