diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index 9ebcf9c7..956377af 100644 --- a/src/views/components/resiForm.vue +++ b/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