瀏覽代碼

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
 			})