Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
liumin
/
zkPCproject
Seguir
0
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
init
newStyle
lancer
hace 3 años
padre
a3f1c116d7
commit
ecfc5f51d1
Se han
modificado 2 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
src/views/Statistics/dataScreeOrg.vue
+1
-0
src/views/Statistics/dataScreeSys.vue
+ 1
- 0
src/views/Statistics/dataScreeOrg.vue
Ver fichero
@@ -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 fichero
@@ -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);
Escribir
Vista previa
Cargando…
Cancelar
Guardar