Explorar el Código

宅基地调查

wulanhaote
yujk hace 3 años
padre
commit
723e724175
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      src/views/homesteadSurvey/list.vue

+ 4
- 0
src/views/homesteadSurvey/list.vue Ver fichero

@@ -1390,6 +1390,10 @@
mounted(){
},
created(){
if(location.href.indexOf("#reloaded")==-1){
location.href=location.href+"#reloaded";
location.reload();
}
this.getDicts("zjlx").then(response => {
this.zjlxOptions = response.data;
});


Cargando…
Cancelar
Guardar