From 5f893e74650b2e1d7ee60c55cdc6c152bdc53170 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Sat, 11 Nov 2023 22:52:43 +0800
Subject: [PATCH] 户室数据过滤
---
subPackage/house/family/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/subPackage/house/family/index.vue b/subPackage/house/family/index.vue
index b574149..5d58557 100644
--- a/subPackage/house/family/index.vue
+++ b/subPackage/house/family/index.vue
@@ -124,6 +124,7 @@
const param = {
type: 3,
code: this.currentId,
+ roleName:uni.getStorageSync('activeRole').roleName,
name: this.addressType == 1 ? "" : this.neiCode,
addressType: this.addressType == 3 ? 2 : 1
}
--
Gitblit v1.9.3