Browse Source

bug 修复

lilei 4 years ago
parent
commit
9623d4d455
1 changed files with 1 additions and 2 deletions
  1. 1 2
      pages/spotCheckConfigure/evaluateStore.vue

+ 1 - 2
pages/spotCheckConfigure/evaluateStore.vue

@@ -39,10 +39,9 @@
 			this.value.map(item=>{
 			this.value.map(item=>{
 				item.id = item.storeId || item.id
 				item.id = item.storeId || item.id
 			})
 			})
-			this.type = opts.type && opts.type || 'checkbox'
+			this.type = opts.type || 'checkbox'
 			// 查询门店
 			// 查询门店
 			findStoreList({}).then(res=>{
 			findStoreList({}).then(res=>{
-				onsole.log(res.data)
 				if(res.status == 200){
 				if(res.status == 200){
 					this.list = res.data || []
 					this.list = res.data || []
 				} else {
 				} else {