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
init
newStyle
lancer
3 anos atrás
pai
a3f1c116d7
commit
ecfc5f51d1
2 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
src/views/Statistics/dataScreeOrg.vue
+1
-0
src/views/Statistics/dataScreeSys.vue
+ 1
- 0
src/views/Statistics/dataScreeOrg.vue
Ver arquivo
@@ -383,6 +383,7 @@ export default {
dateType: this.dateType,
agentId: this.selValue == 0 ? this.choicValue : null,
orgCode: this.selValue == 1 ? this.choicValue : null,
orgType: localStorage.getItem("orgType"),
})
.then((res) => {
console.log(res);
+ 1
- 0
src/views/Statistics/dataScreeSys.vue
Ver arquivo
@@ -406,6 +406,7 @@ export default {
dateType: this.dateType,
agentId: this.selValue == 0 ? this.choicValue : null,
orgCode: this.selValue == 1 ? this.choicValue : null,
orgType: localStorage.getItem("orgType"),
})
.then((res) => {
// console.log(res);
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar