diff --git a/src/views/modules/epidemic/epidemicreportuserinfo.vue b/src/views/modules/epidemic/epidemicreportuserinfo.vue
index a13b96b..6bc239c 100644
--- a/src/views/modules/epidemic/epidemicreportuserinfo.vue
+++ b/src/views/modules/epidemic/epidemicreportuserinfo.vue
@@ -35,17 +35,6 @@
@keyup.native="btKeyUpMobile"
style="width:200px">
-
-
-
-
-
-
@@ -64,6 +53,18 @@
maxlength="20"
style="width:200px">
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
{{ $t('query') }}
@@ -117,6 +118,11 @@
type="danger"
@click="deleteHandle()">{{ $t('deleteBatch') }}
+
+ 更新年龄
+
{
})
},
+ updateAge () {
+ this.$http.get(`/sys/epidemicuserinfo/updateAge`).then(({ data: res }) => {
+ if (res.code !== 0) {
+ return this.$message.error(res.msg)
+ } else {
+ this.$message({
+ message: '更新成功',
+ type: 'success',
+ duration: 1000
+ })
+ }
+ }).catch(() => { })
+ },
// 乡镇取值变化事件
selectModel (event) {
this.outStreetArr.find((item) => {