Browse Source

改了收费配置

curry 2 months ago
parent
commit
7d45b055d7
1 changed files with 3 additions and 3 deletions
  1. 3 3
      web/src/view/parking/carInfo.vue

+ 3 - 3
web/src/view/parking/carInfo.vue

@@ -394,9 +394,9 @@ const openDialog = (title, row) => {
   dialogVisible.value = true
   if (!row) {
     Object.assign(formData, {
-      ID: 0, plate_number: '湘F:8964a', rfid_tag: '',
-      vehicle_type_id: null, vehicle_brand: '宾利',
-      vehicle_color: '白色', owner_id: null
+      ID: 0, plate_number: '', rfid_tag: '',
+      vehicle_type_id: null, vehicle_brand: '',
+      vehicle_color: '', owner_id: null
     })
     return
   }