From 1a22013d13f485e73d4760e0e618eb8e304af993 Mon Sep 17 00:00:00 2001 From: 123456 <17862666717> Date: Mon, 30 May 2022 14:54:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=BB=84=E7=BB=87?= =?UTF-8?q?=E6=9C=BA=E6=9E=84=E7=BA=A7=E8=81=94=E9=80=89=E6=8B=A9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stats/factagencyuserhousedaily.vue | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/views/modules/plugins/stats/factagencyuserhousedaily.vue b/src/views/modules/plugins/stats/factagencyuserhousedaily.vue index 42e37b0c..8be6e5eb 100644 --- a/src/views/modules/plugins/stats/factagencyuserhousedaily.vue +++ b/src/views/modules/plugins/stats/factagencyuserhousedaily.vue @@ -4,7 +4,7 @@ - - + --> + + @@ -104,6 +111,14 @@ export default { } }, methods: { + handleChange(value){ + console.log(value[1]) + if(Array.isArray(value) && value.length > 0){ + this.dataForm.agencyId = value[1] + }else{ + this.dataForm.agencyId = null + } + }, getGridList() { const { user } = this.$store.state this.$http