Browse Source

15.58

develop
zhangjy 4 years ago
parent
commit
4c3c1220cf
  1. 2
      src/views/houseList/page/FormatInfo.vue
  2. 5
      src/views/sale/index.vue

2
src/views/houseList/page/FormatInfo.vue

@ -608,7 +608,6 @@ export default {
return false
}
this.ruleForm.format='';
this.dialogLoad=true;
let name='';
this.Bigye.map(e=>{
if (e.value===this.ruleForm.largeFormat){
@ -617,7 +616,6 @@ export default {
})
api.getDict(name).then(res=>{
this.smallYe=res.data.data;
this.dialogLoad=false;
})
},
//

5
src/views/sale/index.vue

@ -478,8 +478,6 @@ export default {
if (!this.params.largeFormat){
return false
}
this.params.format='';
this.dialogLoad=true;
let name='';
this.Bigye.map(e=>{
if (e.value===this.params.largeFormat){
@ -488,7 +486,8 @@ export default {
})
api.getDict(name).then(res=>{
this.ye=res.data.data;
this.dialogLoad=false;
// this.params.format='';
this.$set(this.params,'format','')
})
},
//

Loading…
Cancel
Save