Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Inscrição
Iniciar sessão
liumin
/
zkPCproject
Vigiar
0
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
提交修改
newStyle
douzhuo
há 3 anos
ascendente
b6f65ab665
cometimento
aa4478b1f0
2 ficheiros alterados
com
2 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
src/page/wel.vue
+1
-0
src/views/Equipment/state.vue
+ 1
- 1
src/page/wel.vue
Ver ficheiro
@@ -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 ficheiro
@@ -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é-visualizar
Carregando…
Cancelar
Guardar