Explorar o código

Merge branch 'develop' of ssh://gogs.zfire.top:2222/zfire-front/zfire-newmall-admin into develop

linwenxin hai 1 ano
pai
achega
26f264cc52
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/engineeringMaintenance/basicData/detail.vue

+ 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