|
|
@ -138,13 +138,11 @@ |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
|
|
|
|
|
|
<el-form-item |
|
|
<el-form-item |
|
|
label="密码" |
|
|
label="密码" |
|
|
prop="password" |
|
|
prop="password" |
|
|
v-if="title == 1 ? true : false" |
|
|
v-if="title == 1 ? true : false" |
|
|
> |
|
|
> |
|
|
|
|
|
|
|
|
<el-input v-model="form.password"></el-input> </el-form-item |
|
|
<el-input v-model="form.password"></el-input> </el-form-item |
|
|
></el-col> |
|
|
></el-col> |
|
|
|
|
|
|
|
|
@ -265,7 +263,10 @@ |
|
|
prop="password" |
|
|
prop="password" |
|
|
v-if="title == 1 ? true : false" |
|
|
v-if="title == 1 ? true : false" |
|
|
> |
|
|
> |
|
|
<el-input v-model="form.password" type="password"></el-input> </el-form-item |
|
|
|
|
|
|
|
|
<el-input |
|
|
|
|
|
v-model="form.password" |
|
|
|
|
|
type="password" |
|
|
|
|
|
></el-input> </el-form-item |
|
|
></el-col> |
|
|
></el-col> |
|
|
|
|
|
|
|
|
<!-- <el-col :span="12"> |
|
|
<!-- <el-col :span="12"> |
|
|
@ -803,9 +804,9 @@ export default { |
|
|
this.$message.success("请选择角色"); |
|
|
this.$message.success("请选择角色"); |
|
|
} else { |
|
|
} else { |
|
|
newlists(obj).then((res) => { |
|
|
newlists(obj).then((res) => { |
|
|
|
|
|
if (res.code == 1) { |
|
|
this.dialogVisible = false; |
|
|
this.dialogVisible = false; |
|
|
this.$message.success("新增成功"); |
|
|
this.$message.success("新增成功"); |
|
|
if (res.code == 1) { |
|
|
|
|
|
// selectbinding({orgId:this.nodekes}).then(r=>{ |
|
|
// selectbinding({orgId:this.nodekes}).then(r=>{ |
|
|
// this.$message.success('绑定成功') |
|
|
// this.$message.success('绑定成功') |
|
|
// }) |
|
|
// }) |
|
|
@ -836,11 +837,12 @@ export default { |
|
|
// let tempArr=[] |
|
|
// let tempArr=[] |
|
|
|
|
|
|
|
|
editmodify(this.form.id, obj).then((res) => { |
|
|
editmodify(this.form.id, obj).then((res) => { |
|
|
if (res.status == 200) { |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
if (res.code == 1) { |
|
|
this.$message.success("修改成功"); |
|
|
this.$message.success("修改成功"); |
|
|
this.dialogVisible = false; |
|
|
this.dialogVisible = false; |
|
|
this.getlist(); |
|
|
this.getlist(); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
console.log(res); |
|
|
console.log(res); |
|
|
if (res.code == 1) { |
|
|
if (res.code == 1) { |
|
|
selectbinding({ |
|
|
selectbinding({ |
|
|
|