Commit 560d03b4 authored by shifangwuji's avatar shifangwuji

9/22(third)

parent 943407cf
...@@ -720,9 +720,14 @@ export default { ...@@ -720,9 +720,14 @@ export default {
this.jlcodEnabled = true; this.jlcodEnabled = true;
} }
this.lockUserEnabled = false this.lockUserEnabled = false
this.queryInputsEnabled = false if (this.form.wjb || this.form.wbcode || this.form.wblot || this.form.jlcod){
this.queryInputsEnabled = true
this.queryButtonVisible = false
} else{
this.queryInputsEnabled = false
this.queryButtonVisible = true
}
this.unlockButtonVisible = false this.unlockButtonVisible = false
this.queryButtonVisible = true
this.form.unlockUsername = '' this.form.unlockUsername = ''
// 显示成功提示 // 显示成功提示
this.$message({ this.$message({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment