bug修复
This commit is contained in:
parent
2e141ee4e7
commit
de01771e8b
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -619,6 +619,7 @@ export default {
|
|||
this.open = true
|
||||
this.title = '添加用户'
|
||||
this.form.password = this.initPassword
|
||||
this.form.deptId = this.queryParams.deptId;
|
||||
})
|
||||
},
|
||||
/** 修改按钮操作 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue