From 99ac355704b1a9cb6931a20bc23f7a6cfbb479a7 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 2 Sep 2025 11:34:53 +0800 Subject: [PATCH] =?UTF-8?q?v1.9=20=E8=A7=A3=E5=86=B3=E5=95=86=E9=93=BA?= =?UTF-8?q?=E5=87=BA=E7=A7=9F=E6=8C=89=E6=89=8B=E6=9C=BA=E5=8F=B7=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/room/bindOwnerShops.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/room/bindOwnerShops.vue b/src/components/room/bindOwnerShops.vue index 6b691e8e4..557e86d43 100644 --- a/src/components/room/bindOwnerShops.vue +++ b/src/components/room/bindOwnerShops.vue @@ -137,7 +137,7 @@ export default { async loadOwnerInfo() { if (!this.formData.tel) return - const {data,total} = await queryOwners({page:1,row:1,communityId:getCommunityId(),tel: this.formData.tel}); + const {data,total} = await queryOwners({page:1,row:1,communityId:getCommunityId(),link: this.formData.tel}); if(total>0){ this.formData.ownerName = data[0].name this.formData.ownerId = data[0].ownerId