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

流水下发优化

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