Browse Source

宅基地调查

wulanhaote
yujk 3 years ago
parent
commit
723e724175
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/views/homesteadSurvey/list.vue

+ 4
- 0
src/views/homesteadSurvey/list.vue View File

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


Loading…
Cancel
Save