From 1ebd3f4155f78277f2cda03ac44ae66c98c0a925 Mon Sep 17 00:00:00 2001 From: tianqian <277562116@qq.com> Date: Tue, 13 Jun 2023 09:35:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/cpts/resi-details.vue | 38 +++++++++++------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/views/dataBoard/cpts/resi-details.vue b/src/views/dataBoard/cpts/resi-details.vue index 99fcd6f42..7863b005f 100644 --- a/src/views/dataBoard/cpts/resi-details.vue +++ b/src/views/dataBoard/cpts/resi-details.vue @@ -998,27 +998,27 @@ export default { } ]; }, - async getInfo() { - const url = "resident_info"; + // async getInfo() { + // const url = "resident_info"; - const { data, code, msg } = await requestPostBi( - url, - { - queryParam: { - resident_id: this.resiId, - }, - }, - { - // mockId: 60235478, - } - ); + // const { data, code, msg } = await requestPostBi( + // url, + // { + // queryParam: { + // resident_id: this.resiId, + // }, + // }, + // { + // // mockId: 60235478, + // } + // ); - if (code === 0) { - this.info = { ...this.info, ...data[0] }; - } else { - this.$message.error(msg); - } - }, + // if (code === 0) { + // this.info = { ...this.info, ...data[0] }; + // } else { + // this.$message.error(msg); + // } + // }, async getCount() { const { org_id, listType, page_num, page_size, searchDate } = this; const start_date = searchDate[0];