Ver a proveniência

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

rongxin_prod
Xyq123* há 1 ano
ascendente
cometimento
4641f7a55a
2 ficheiros alterados com 6 adições e 3 eliminações
  1. +5
    -2
      src/utils/request.js
  2. +1
    -1
      src/views/homesteadSurvey/nmfwAdd.vue

+ 5
- 2
src/utils/request.js Ver ficheiro

@@ -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 Ver ficheiro

@@ -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 {


Carregando…
Cancelar
Guardar