Commit 7d359cdc authored by 仇晓婷's avatar 仇晓婷

流水下发优化

parent 8bc89a4f
...@@ -117,7 +117,7 @@ export default { ...@@ -117,7 +117,7 @@ export default {
methods: { methods: {
//确定 //确定
Determine() { Determine() {
if (this.formItem.userIds.length == 0) { if (this.formItem.userIds && this.formItem.userIds.length == 0) {
this.$Message.error("人员不能为空"); this.$Message.error("人员不能为空");
} else { } else {
this.$refs["formItem"].validate(valid => { this.$refs["formItem"].validate(valid => {
......
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