xuxingan %!s(int64=3) %!d(string=hai) anos
pai
achega
a3aa246c35
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/pages/main/fullcalendar/calendar.vue

+ 1 - 1
src/pages/main/fullcalendar/calendar.vue

@@ -51,6 +51,7 @@
                                 :value="item.userId">
                             </el-option>
                         </el-select>
+                    </el-form-item>
                     <el-form-item label="是否是党会" prop="isParty">
                         <el-select v-model="form.isParty" clearable filterable placeholder="是否是党会">
                             <el-option
@@ -434,7 +435,6 @@
             // 提交数据
             submitForm(formName) {
                 console.log(this.form)
-                debugger
                 this.$refs[formName].validate((valid) => {
                     if (valid) {
                         this.form.begindate = `${this.form.begindate} ${this.form.startTime}`;