fujunling
2023-06-15 426cd61c707f13a471b56330b3ba7b588b6cb245
Source/UBCS-WEB/src/views/system/user.vue
@@ -107,7 +107,6 @@
                   append-to-body
                   title="用户角色配置"
                   width="345px">
          <el-tree ref="treeRole"
                   :data="roleGrantList"
                   :default-checked-keys="roleTreeObj"
@@ -780,8 +779,7 @@
       //要传递的id,一个是数组另一个是字符串
       this.UserPwdstrategyVO.userIds=this.selid;
       this.UserPwdstrategyVO.pwdstrategyId=this.id
      console.log("1",this.UserPwdstrategyVO)
      console.log("2",this.UserPwdstrategyVO.userIds)
      //请求
      insert(this.UserPwdstrategyVO.userIds).then(()=>{
        this.passVisible=false