duwendi hai 1 ano
pai
achega
d3ec644f56
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  1. 1 5
      src/pages/index/components/personnel_management.vue

+ 1 - 5
src/pages/index/components/personnel_management.vue

@@ -356,11 +356,7 @@ export default {
356 356
     },
357 357
     handleAdd2() {
358 358
       this.title2 = '添加'
359
-      this.formLabelAlign2.id=''
360
-      this.formLabelAlign2.parkId=''
361
-      this.formLabelAlign2.tollmanName=''
362
-      this.formLabelAlign2.birthDay=''
363
-      this.formLabelAlign2.positionPermission=''
359
+      this.formLabelAlign2 = {}
364 360
       this.dialogVisible2 = true
365 361
     },
366 362