Ver código fonte

宅基地调查

wulanhaote
yujk 3 anos atrás
pai
commit
723e724175
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      src/views/homesteadSurvey/list.vue

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

@@ -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;
});


Carregando…
Cancelar
Salvar