diff --git a/src/views/modules/plugins/stats/factagencyuserhousedaily.vue b/src/views/modules/plugins/stats/factagencyuserhousedaily.vue index b7a36560..5cabb481 100644 --- a/src/views/modules/plugins/stats/factagencyuserhousedaily.vue +++ b/src/views/modules/plugins/stats/factagencyuserhousedaily.vue @@ -3,7 +3,7 @@
- - + @@ -56,19 +56,19 @@
- - - - - - - - - - - - - + + + + + + + + + + + + + { if (res.code !== 0) { return this.$message.error(res.msg) } else { console.log('获取查询详情成功', res.data) // this.optionsA = res.data + // console.log(this.optionsA); this.optionsA.push(res.data) - this.dataForm.agencyId = res.data.agencyId - this.dataForm.level = res.data.level - this.getDataList() + this.dataForm.agencyId = res.data.objectId + this.dataForm.level = res.data.objectType } }) .catch(() => {