Commit 24ad6b62 authored by renjintao's avatar renjintao

Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product-rjt

parents f9d8a2ee 3bd200b2
......@@ -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