Commit 3d8b8ddf authored by youjie's avatar youjie

no message

parent 7820448e
......@@ -3919,10 +3919,10 @@
},
submitForm(addMsg) {
//提交创建、修改表单
if (this.TotalNumber == 0) {
this.$message.error('总人数不能小于1人')
return
}
// if (this.TotalNumber == 0) {
// this.$message.error('总人数不能小于1人')
// return
// }
this.$refs[addMsg].validate(valid => {
if (valid) {
this.saveOrder();
......
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