Explorar el Código

init

newStyle
lancer hace 2 años
padre
commit
275dee9c96
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. +7
    -1
      src/views/Statistics/trend.vue

+ 7
- 1
src/views/Statistics/trend.vue Ver fichero

@@ -478,7 +478,13 @@ export default {
methods: {
sysChange(){
this.choicValue=''
this.selValue='0'
if(this.orgType==0){
this.selValue='0'
}else if(this.orgType==1){
this.selValue='1'
}else{
this.selValue='2'
}
this.getList()
},
// 获取tab2


Cargando…
Cancelar
Guardar