Commit 3b1e3551 authored by 1483922988@qq.com's avatar 1483922988@qq.com

部门业绩时间条件时分秒

parents 4aaac458 8b3b7086
This diff is collapsed.
......@@ -144,6 +144,12 @@ export default {
message: errors.join(";\n")
})
}
if (errors.length) {
this.$notify.error({
title: this.$t("表单错误"),
message: errors.join(";\n")
})
}
return !errors.length
},
// 校验价格是否为空,可以是0
......
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