소스 검색

bug 修复

lilei 4 년 전
부모
커밋
6f39479d61
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      pages/spotCheckConfigure/evaluateStore.vue

+ 0 - 1
pages/spotCheckConfigure/evaluateStore.vue

@@ -39,7 +39,6 @@
 		},
 		onLoad(opts) {
 			this.value = opts.item&&JSON.parse(opts.item)||[]
-			console.log(this.value)
 			this.value.map(item=>{
 				item.id = item.storeId || item.id
 			})