From 70b5be4aba92c80dfed6f92f3313d33e5d162e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Wed, 7 Aug 2024 16:57:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=BB=87=E6=9B=B4=E6=94=B9agencyId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/resiSearch.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue index 0fe1709a6..117a1f435 100644 --- a/src/views/components/resiSearch.vue +++ b/src/views/components/resiSearch.vue @@ -1066,6 +1066,7 @@ export default { val, "agencyId" ); + this.form.agencyId=this.sarr[this.sarr.length - 1].agencyId this.form.level = this.sarr[this.sarr.length - 1].level; this.getValiheList() },