From 512ab011357bb52f0ea3a751b72c5b86ead8ea4a Mon Sep 17 00:00:00 2001 From: 123456 <17862666717> Date: Wed, 1 Jun 2022 16:09:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BA=A7=E8=81=94=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=99=A8=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../epidemic/epidemicreportuserinfo.vue | 23 +++++++++++++------ 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/src/views/modules/epidemic/epidemicreportuserinfo.vue b/src/views/modules/epidemic/epidemicreportuserinfo.vue index 18626e8..d33f72d 100644 --- a/src/views/modules/epidemic/epidemicreportuserinfo.vue +++ b/src/views/modules/epidemic/epidemicreportuserinfo.vue @@ -7,12 +7,13 @@ @keyup.enter.native="beforeGetDataList()"> - + clearable + @change="handleChange"> { + this.dataForm.deptIdList.push(e.at(-1)) + }); + this.dataForm.deptIdList = this.dataForm.deptIdList + '' + }, + resetState () { this.$confirm('此操作将重置所有人员的核酸检测状态为未检测, 是否继续?', '提示', { confirmButtonText: '确定', @@ -981,7 +990,7 @@ export default { background: 'rgba(0, 0, 0, 0.8)' }); - this.$http['post']('/custom/epidemicuserinfo/resetUserCheckState').then(({ data: res }) => { + this.$http['post']('/custom/epidemicuserinfo/rqesetUserCheckState').then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) }