pengyh 1 gadu atpakaļ
vecāks
revīzija
6943d52926

+ 1 - 1
src/views/engineeringMaintenance/basicData/detail.vue

@@ -728,7 +728,7 @@
 				this.isSave = false
 				setTimeout(()=>{
 					this.isSave = true
-				})
+				},3000)
 				let data = this.orderTypeList.filter((it) => {
 				   const index = this.formData.checkTypeList.findIndex((item) => item === it.id)
 				   return index !== -1