Commit c35d016e authored by 高宇's avatar 高宇

删除菜单

parent 15544e6f
...@@ -431,7 +431,7 @@ export default { ...@@ -431,7 +431,7 @@ export default {
number: '', number: '',
menu: false, menu: false,
menuform: { menuform: {
passWord: ''
}, },
monthDate: false, monthDate: false,
// 是否切换库 // 是否切换库
...@@ -642,10 +642,10 @@ export default { ...@@ -642,10 +642,10 @@ export default {
}, },
handlemenuClose() { handlemenuClose() {
this.menu = false this.menu = false
this.menuform.passWord = ''
this.loadingDetail = false this.loadingDetail = false
this.openHandle = true this.openHandle = true
this.twoerrorPassword = false this.twoerrorPassword = false
this.menuform.passWord = ''
}, },
handleClose() { handleClose() {
this.openLogin = false this.openLogin = false
...@@ -772,7 +772,8 @@ export default { ...@@ -772,7 +772,8 @@ export default {
this.loadingDetail = true this.loadingDetail = true
this.monthDate = false this.monthDate = false
if (this.multipleSelection.length === 0) { if (this.multipleSelection.length === 0) {
this.$message.warning('请至少选择一个要处理的设备') this.loadingDetail = false
return this.$message.warning('请至少选择一个要处理的设备')
} else { } else {
this.canceList = [] this.canceList = []
this.multipleSelection.forEach(item => { this.multipleSelection.forEach(item => {
......
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