Commit f8d4a93b authored by zhengke's avatar zhengke

修改

parent 275db67e
......@@ -121,9 +121,11 @@ import DetailItem from "../../components/activity/activeDetail-item"
},
//保存信息
save() {
this.$refs.child[0].ruleVerification();
// this.$refs.child[0].ruleVerification();
this.msg.ActivityTitle=this.ActivityTitle
this.$refs.child.forEach(x=>{
x.ruleVerification();
})
// this.$refs.Name.validate();
// this.$refs.StartTime.validate();
// this.$refs.EndTime.validate();
......
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