Selaa lähdekoodia

宅基地调查

wulanhaote
nsgkyjk 3 vuotta sitten
vanhempi
commit
a0f36dc300
1 muutettua tiedostoa jossa 5 lisäystä ja 4 poistoa
  1. +5
    -4
      src/views/homesteadSurvey/list.vue

+ 5
- 4
src/views/homesteadSurvey/list.vue Näytä tiedosto

@@ -1427,10 +1427,7 @@
this.jzhcssfyzfOptions = this.dictTypeList.jzhcssfyzf; this.jzhcssfyzfOptions = this.dictTypeList.jzhcssfyzf;
this.cybzOptions = this.dictTypeList.member_remark; this.cybzOptions = this.dictTypeList.member_remark;
}) })
if(location.href.indexOf("#reloaded")==-1){
location.href=location.href+"#reloaded";
location.reload();
}

this.getDicts("family_status").then(response => { this.getDicts("family_status").then(response => {
console.log(response) console.log(response)
var arr = []; var arr = [];
@@ -1444,6 +1441,10 @@
if(this.$cookies.get("search") != null && this.$cookies.get("search") !="" && this.$cookies.get("search")!=undefined){ if(this.$cookies.get("search") != null && this.$cookies.get("search") !="" && this.$cookies.get("search")!=undefined){
if(this.$cookies.get("search").activeBtn !=null){ if(this.$cookies.get("search").activeBtn !=null){
if(this.$cookies.get("search").activeBtn == 4){ if(this.$cookies.get("search").activeBtn == 4){
if(location.href.indexOf("#reloaded")==-1){
location.href=location.href+"#reloaded";
location.reload();
}
this.activeBtn = this.$cookies.get("search").activeBtn; this.activeBtn = this.$cookies.get("search").activeBtn;
this.item = this.$cookies.get("item"); this.item = this.$cookies.get("item");
this.mapAddJump = this.$cookies.get("search").backMapZjdAData.deptId; this.mapAddJump = this.$cookies.get("search").backMapZjdAData.deptId;


Ladataan…
Peruuta
Tallenna