Commit c35d016e authored by 高宇's avatar 高宇

删除菜单

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