pengyh 1 năm trước cách đây
mục cha
commit
6943d52926
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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