bug修复

This commit is contained in:
hongchao 2025-03-26 11:53:30 +08:00
parent 2e141ee4e7
commit de01771e8b
2 changed files with 3 additions and 2 deletions

View File

@ -504,8 +504,8 @@
placeholder="请选择"
style="width: 100%"
>
<el-option value="0" label="未试验">未试验</el-option>
<el-option value="1" label="已试验">已试验</el-option>
<el-option value="0" label="否"></el-option>
<el-option value="1" label="是"></el-option>
</el-select>
</el-form-item>
</el-col>

View File

@ -619,6 +619,7 @@ export default {
this.open = true
this.title = '添加用户'
this.form.password = this.initPassword
this.form.deptId = this.queryParams.deptId;
})
},
/** 修改按钮操作 */