Explorar el Código

宅基地调查权限

rongxin_prod
Xyq123* hace 1 año
padre
commit
5ee3c6cca4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/views/homesteadSurvey/index.vue

+ 2
- 2
src/views/homesteadSurvey/index.vue Ver fichero

@@ -412,7 +412,7 @@
this.$cookies.set("item",JSON.stringify(item)); this.$cookies.set("item",JSON.stringify(item));
}*/ }*/
let userId = this.$store.state.user.userId; let userId = this.$store.state.user.userId;
let businessLevel = this.$store.getters.businessLevel;
// let businessLevel = this.$store.getters.businessLevel;
let status = false; let status = false;
if(item.rwzxrIds != null && item.rwzxrIds !== ""){ if(item.rwzxrIds != null && item.rwzxrIds !== ""){
let ids = item.rwzxrIds.split(","); let ids = item.rwzxrIds.split(",");
@@ -422,7 +422,7 @@
} }
}); });
} }
if(businessLevel === "1" && status){
if(status){
localStorage.setItem("surveyItem",JSON.stringify(item)); localStorage.setItem("surveyItem",JSON.stringify(item));
this.qiehuan(item.deptId); this.qiehuan(item.deptId);
}else{ }else{


Cargando…
Cancelar
Guardar