diff --git a/src/views/corpInfo/user/components/edit.vue b/src/views/corpInfo/user/components/edit.vue index 21765ab..36197b6 100644 --- a/src/views/corpInfo/user/components/edit.vue +++ b/src/views/corpInfo/user/components/edit.vue @@ -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 diff --git a/src/views/corpInfo/user/components/list.vue b/src/views/corpInfo/user/components/list.vue index 0509a79..38cb96c 100644 --- a/src/views/corpInfo/user/components/list.vue +++ b/src/views/corpInfo/user/components/list.vue @@ -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 diff --git a/src/views/login/index.vue b/src/views/login/index.vue index d627a9e..62c9294 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -320,11 +320,12 @@ export default { ).then((data) => { if (data.list && data.list.length > 0) { setTimeout(() => { - console.log(data) - console.log('???????--sparrow') this.$notify.info({ title: '消息', - message: '您有【' + data.list.length + '】条相关方人员数据待审核' + message: '您有【' + data.list.length + '】条相关方人员数据待审核', + onClick: () => { + this.$router.push('/xgf/flow') + } }) }, 3000) } diff --git a/src/views/xgf/flowApply/components/userInfo.vue b/src/views/xgf/flowApply/components/userInfo.vue index 1851837..f806b9a 100644 --- a/src/views/xgf/flowApply/components/userInfo.vue +++ b/src/views/xgf/flowApply/components/userInfo.vue @@ -62,7 +62,7 @@