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)
}