Ver Fonte

bug 修复

lilei há 4 anos atrás
pai
commit
943d684541
1 ficheiros alterados com 2 adições e 9 exclusões
  1. 2 9
      pages/spotCheckConfigure/evaluateItem.vue

+ 2 - 9
pages/spotCheckConfigure/evaluateItem.vue

@@ -66,15 +66,8 @@
 				this.childItems.splice()
 			},
 			kpOk(){
-				if(this.checkedList.length){
-					uni.$emit('selKpItem',this.checkedList)
-					uni.navigateBack()
-				}else{
-					uni.showToast({
-						icon:'none',
-						title:'请选择考评指标'
-					})
-				}
+				uni.$emit('selKpItem',this.checkedList)
+				uni.navigateBack()
 			}
 		}
 	}