| 
														
															@@ -44,15 +44,11 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       </el-form> 
														 | 
														
														 | 
														
															       </el-form> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       <el-table 
														 | 
														
														 | 
														
															       <el-table 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         :data="dataList" 
														 | 
														
														 | 
														
															         :data="dataList" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        row-key="productId" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         border 
														 | 
														
														 | 
														
															         border 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        :indent='20' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         v-loading="dataListLoading" 
														 | 
														
														 | 
														
															         v-loading="dataListLoading" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         style="width: 100%;"> 
														 | 
														
														 | 
														
															         style="width: 100%;"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        <el-table-column 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          label="序号" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          type="index" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          width="50" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          align="center"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        </el-table-column> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <el-table-column 
														 | 
														
														 | 
														
															         <el-table-column 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           prop="productCode" 
														 | 
														
														 | 
														
															           prop="productCode" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           header-align="center" 
														 | 
														
														 | 
														
															           header-align="center" 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -421,7 +417,8 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         } 
														 | 
														
														 | 
														
															         } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         getProductList(params).then(({data}) => { 
														 | 
														
														 | 
														
															         getProductList(params).then(({data}) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           if (data && data.code === '200') { 
														 | 
														
														 | 
														
															           if (data && data.code === '200') { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            this.dataList = data.data.records 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            // this.dataList = data.data.records 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            this.dataList = JSON.parse(JSON.stringify(data.data.records).replace(/"children":null/g, '"children":[]')) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             this.dataList.forEach(item => { 
														 | 
														
														 | 
														
															             this.dataList.forEach(item => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               if (item.attachList2 && item.attachList2.length > 0) { 
														 | 
														
														 | 
														
															               if (item.attachList2 && item.attachList2.length > 0) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 item.simplePic = downloadUrl + item.attachList2[0].url 
														 | 
														
														 | 
														
															                 item.simplePic = downloadUrl + item.attachList2[0].url 
														 |