Commit f85ad394 by li_hongchao

批量上报修复

parent c72472bb
......@@ -21,7 +21,7 @@ export default {
},
logo() {
let index = Math.floor((Math.random() * LOGOS.length))
// BaseLogger.common(LoggerType.LOG, LOGOS[index])
BaseLogger.common(LoggerType.LOG, LOGOS[index])
},
}
......
......@@ -735,6 +735,7 @@ export default {
let canSb = true
let ids = []
if (_that.multipleSelection.length === 0) {
canSb = false
_that.$message.error('请选择上报数据!')
} else {
_that.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