Compare commits

..

No commits in common. "83e7cd595aab866d6fd8b936824264a9b2f46006" and "828dc50ee546633e89bc42ec6b0a84a06d40fb99" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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