chenrui 4 éve
szülő
commit
970cbf63a4
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/CarWashManagement/ChooseEquipment.vue

+ 1 - 1
src/views/CarWashManagement/ChooseEquipment.vue

@@ -61,7 +61,7 @@
         _this.equipmentName = _this.equipmentList[i].name
         setTimeout(()=>{
           _this.modalIsShow = false
-        },500)
+        },300)
       },
       //  页码  change
       onShowPageChange(page, pageSize){