소스 검색

登录页跳转、调查农民房屋使用权人查询修改

rongxin_prod
Xyq123* 1 년 전
부모
커밋
4641f7a55a
2개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. +5
    -2
      src/utils/request.js
  2. +1
    -1
      src/views/homesteadSurvey/nmfwAdd.vue

+ 5
- 2
src/utils/request.js 파일 보기

@@ -120,8 +120,11 @@ if(responseInterceptor === undefined){
window.location.href = '/contracted/login';
return;
}else{
// 产权交易
window.location.href = '/login';
if(!window.location.href.indexOf('/Login') && !window.location.href.indexOf('/login')){
// 产权交易
window.location.href = '/login';
}

}

})


+ 1
- 1
src/views/homesteadSurvey/nmfwAdd.vue 파일 보기

@@ -705,7 +705,7 @@ export default {
},
methods: {
getList(){
getShyqrs({zjddm:this.form.zjddm}).then(response => {
getShyqrs({zjddm:this.zjdzdxxItem.zjddm}).then(response => {
this.nhdmDictionaries = response.rows.map(function(item){
item.shyqrdbxm = item.shyqrdbxm + item.nhdm;
return {


불러오는 중...
취소
저장