Browse Source

ss

shibei_master
dai 3 years ago
parent
commit
a3b7a4029e
  1. 6
      src/views/components/resiForm.vue

6
src/views/components/resiForm.vue

@ -556,7 +556,11 @@ export default {
handleChangeH(val){
let item = this.optionsH.find(item => item.value===val);
if(item){
// this.form.IS_TENANT = '1';
if(item.type=='1'){
this.form.IS_TENANT = '1';
} else {
this.form.IS_TENANT = '0';
}
}
},
// form

Loading…
Cancel
Save