Commit 1f7befc3 authored by 高宇's avatar 高宇

删除菜单

parent d76f30a7
...@@ -518,11 +518,13 @@ export default { ...@@ -518,11 +518,13 @@ export default {
}) })
this.menuform.password = '' this.menuform.password = ''
} else if (res.code === null) { } else if (res.code === null) {
console.log('111111')
this.$message.warning(res.message) this.$message.warning(res.message)
this.loadingDetail = false this.loadingDetail = false
this.multipleSelection = false this.multipleSelection = false
this.monthDate = false this.monthDate = false
this.menu = false this.menu = false
this.menuform.password = ''
} }
}) })
}, },
...@@ -595,31 +597,17 @@ export default { ...@@ -595,31 +597,17 @@ export default {
this.detailApplyList = res.data this.detailApplyList = res.data
this.loadingDetail = false this.loadingDetail = false
this.openHandle = true this.openHandle = true
} else if (res.code === null) {
this.$message.warning(res.message)
if (this.radio1 === '1') {
this.radio1 = '1'
} else {
this.radio1 = '2'
}
this.loadingDetail = false
this.openHandle = true
} }
}) })
} else if (res.code === null) { } else if (res.code === null) {
this.$message.warning(res.$message) this.$message.warning(res.message)
if (this.radio1 === '2') {
this.radio1 = '1'
} else {
this.radio1 = '2'
}
} else if (res.code === 500) {
this.$message.warning(res.$message)
if (this.radio1 === '2') { if (this.radio1 === '2') {
this.radio1 = '1' this.radio1 = '1'
} else { } else {
this.radio1 = '2' this.radio1 = '2'
} }
this.loadingDetail = false
this.openHandle = true
} }
}) })
}, },
......
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