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
init
newStyle
lancer
há 3 anos
ascendente
a3f1c116d7
cometimento
ecfc5f51d1
2 ficheiros alterados
com
2 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-0
src/views/Statistics/dataScreeOrg.vue
+1
-0
src/views/Statistics/dataScreeSys.vue
+ 1
- 0
src/views/Statistics/dataScreeOrg.vue
Ver ficheiro
@@ -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 ficheiro
@@ -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é-visualizar
Carregando…
Cancelar
Guardar