ludc
2023-07-10 cf79c2768748512a52215668339554433393c83a
Source/UBCS-WEB/src/views/system/user.vue
@@ -142,8 +142,7 @@
          class="passdialog"
          append-to-body
          title="设置密码策略"
          width="30%"
        >
          width="30%">
          <el-select v-model="sevalue" placeholder="请选择"  class="selects" @change="selChange" >
            <el-option
              v-for="item in seoptions"
@@ -780,7 +779,7 @@
       this.UserPwdstrategyVO.pwdstrategyId=this.id
      //请求
      insert(this.UserPwdstrategyVO.userIds).then(()=>{
      insert(this.UserPwdstrategyVO).then(()=>{
        this.passVisible=false
        this.$message({
          type: "success",