|  | @@ -368,6 +368,7 @@ export default {
 | 
											
												
													
														|  |          });
 |  |          });
 | 
											
												
													
														|  |          const tempData = res.data || [];
 |  |          const tempData = res.data || [];
 | 
											
												
													
														|  |          // 只显示前10的数据
 |  |          // 只显示前10的数据
 | 
											
												
													
														|  | 
 |  | +        this.dataCoop = [];
 | 
											
												
													
														|  |          tempData.forEach((item, index) => {
 |  |          tempData.forEach((item, index) => {
 | 
											
												
													
														|  |            // console.log(item, index);
 |  |            // console.log(item, index);
 | 
											
												
													
														|  |            if (index <= 9) {
 |  |            if (index <= 9) {
 |