浏览代码

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

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 {


正在加载...
取消
保存