Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
liumin
/
zkPCproject
Observar
0
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
提交修改
newStyle
douzhuo
3 anos atrás
pai
b6f65ab665
commit
aa4478b1f0
2 arquivos alterados
com
2 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/page/wel.vue
+1
-0
src/views/Equipment/state.vue
+ 1
- 1
src/page/wel.vue
Ver arquivo
@@ -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
Ver arquivo
@@ -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();
// 获取列表
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar