庞东旭 1年前
父节点
当前提交
4734e45643
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/views/homesteadSurvey/index.vue

+ 1
- 1
src/views/homesteadSurvey/index.vue 查看文件

@@ -422,7 +422,7 @@
}
});
}
if(businessLevel === "2" && status){
if(businessLevel === "1" && status){
localStorage.setItem("surveyItem",JSON.stringify(item));
this.qiehuan(item.deptId);
}else{


正在加载...
取消
保存