去掉console.log()

This commit is contained in:
yuan 2021-09-07 17:10:53 +08:00
parent e350ae04dc
commit 9f80982d14

View File

@ -230,7 +230,6 @@ export default {
commitOperate(map.get(buttonOperation), { switchCode: selected.code }, 3)
.then(({ valid }) => {
if (valid) {
console.log('123')
} else {
this.$refs.noticeInfo.doShow()
}