Browse Source

bug 修复

lilei 4 years ago
parent
commit
f9ee8ff850
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/evaluatePlan/evaluatePlan.vue

+ 1 - 1
pages/evaluatePlan/evaluatePlan.vue

@@ -30,7 +30,7 @@
 			this.value[0]=opts.id
 			// 查询方案
 			findScheme({status:1}).then(res=>{
-				console.log(res.data)
+				console.log(res)
 				if(res.status == 200){
 					this.list = res.data
 				}