From a3b7a4029eb93ae7d0cc50daa929c0a61332cbad Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Wed, 20 Apr 2022 16:42:21 +0800 Subject: [PATCH] ss --- src/views/components/resiForm.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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