Merge branch 'hyx_2024-9-25_tongbu' into pet

hyx_2024-10-30_new
huangyuxuan 2024-10-21 09:28:40 +08:00
commit 83e7cd595a
3 changed files with 3 additions and 3 deletions

View File

@ -717,7 +717,7 @@ export default {
data() {
var hasUser = (rule, value, callback) => {
requestFN(
'/user/hasUser',
'/user/goCheck',
{
USERNAME: value,
VERIFYUSER_ID: this.form.USER_ID

View File

@ -798,7 +798,7 @@ export default {
SHIFTDUTYTWO: this.SHIFTDUTYTWO,
IS_HAZARDCONFIRMER: this.IS_HAZARDCONFIRMER,
USER_ID: this.USER_ID,
ISPUSH: '2'
ISPUSH: '1'
}
).then((data) => {
this.listLoading = false

View File

@ -62,7 +62,7 @@
<tr>
<th>民族</th>
<td>{{ userDetailForm.minzuName ? userDetailForm.minzuName : '暂无信息' }}</td>
<td>{{ userDetailForm.NATIONALITY_NAME ? userDetailForm.NATIONALITY_NAME : '暂无信息' }}</td>
<th>婚姻状况</th>
<td>{{ userDetailForm.MARITALSTATUS === '0' ? '未婚' : '已婚' }}</td>
<th>政治面貌</th>