瀏覽代碼

修改传参

yuhan 2 周之前
父節點
當前提交
10941a41ed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/module_interLock/systemUser/modules/SystemUserForm.vue

+ 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 {