Ver código fonte

修改传参

yuhan 2 semanas atrás
pai
commit
10941a41ed

+ 1 - 1
src/views/module_interLock/systemUser/modules/SystemUserForm.vue

@@ -243,7 +243,7 @@ import { postAction } from '../../../../api/manage'
         //   this.model.isExistSSO = true
         // }
         // 判断sso中是否有当前账户
-        postAction('/iotedgeCollectData/iotedgeCollectData/ifUserInSoo', {userName: this.model.username}).then(res => {
+        postAction('/iotedgeCollectData/iotedgeCollectData/ifUserInSoo', {userName: this.model.usernameNormal}).then(res => {
           if(res.success){
             this.model.isExistSSO = res.result
           } else {