Commit a6e5b147 authored by 黄奎's avatar 黄奎

页面修改

parent 1557afc1
...@@ -145,7 +145,8 @@ ...@@ -145,7 +145,8 @@
this.$refs.GuestId.validate(); this.$refs.GuestId.validate();
this.$refs.StartTime.validate(); this.$refs.StartTime.validate();
this.$refs.EndTime.validate(); this.$refs.EndTime.validate();
if (!this.$refs.GuestId.hasError && !this.$refs.StartTime.hasError && !this.$refs.EndTime.hasError) { //&& !this.$refs.StartTime.hasError && !this.$refs.EndTime.hasError
if (!this.$refs.GuestId.hasError ) {
setActivitySurveyGuest(this.addMsg).then(res => { setActivitySurveyGuest(this.addMsg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
this.$q.notify({ this.$q.notify({
......
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