From fe54b715bd76bcd1ea3739e43afc0916b1379e1b Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 21 Feb 2022 20:14:47 +0800
Subject: [PATCH] 反馈问题修复
---
src/views/system/user.vue | 1 +
src/views/zc/zc.vue | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/system/user.vue b/src/views/system/user.vue
index ec2096a..6540756 100644
--- a/src/views/system/user.vue
+++ b/src/views/system/user.vue
@@ -942,6 +942,7 @@
securitynumber: row.securitynumber,
sex: row.sex,
district: row.district,
+ stype: 1,
},
};
securitySave(userMap).then(
diff --git a/src/views/zc/zc.vue b/src/views/zc/zc.vue
index f94555b..fdf77e0 100644
--- a/src/views/zc/zc.vue
+++ b/src/views/zc/zc.vue
@@ -31,7 +31,7 @@
<el-tag>{{row.type==='0'?'未审核':row.type==='1'?'审核通过':'审核未通过'}}</el-tag>
</template>
<template slot-scope="{ row }" slot="examination_type">
- {{row.examination_type=='0'?'正常':row.examination_type==null?'正常':'异常'}}
+ {{row.examination_type=='0'?'正常':row.examination_type==null?'正常':'正常'}}
</template>
<template slot-scope="{ row }" slot="examination_mx">
--
Gitblit v1.9.3