|  | @@ -730,7 +730,7 @@ export default {
 | 
											
												
													
														|  |          this.goodsDescList = res.data.data
 |  |          this.goodsDescList = res.data.data
 | 
											
												
													
														|  |          let form = this.detailData.data
 |  |          let form = this.detailData.data
 | 
											
												
													
														|  |          this.form.corpId = form.corpId
 |  |          this.form.corpId = form.corpId
 | 
											
												
													
														|  | -        this.form.corpName = form.corpName
 |  | 
 | 
											
												
													
														|  | 
 |  | +        // this.form.corpName = form.corpName
 | 
											
												
													
														|  |          form.itemList.forEach(e => {
 |  |          form.itemList.forEach(e => {
 | 
											
												
													
														|  |            this.goodsDescList.forEach(item => {
 |  |            this.goodsDescList.forEach(item => {
 | 
											
												
													
														|  |              if (e.spId == item.id) {
 |  |              if (e.spId == item.id) {
 | 
											
										
											
												
													
														|  | @@ -1122,6 +1122,7 @@ export default {
 | 
											
												
													
														|  |            const params = {
 |  |            const params = {
 | 
											
												
													
														|  |              ...this.form,
 |  |              ...this.form,
 | 
											
												
													
														|  |              ...this.formTwo,
 |  |              ...this.formTwo,
 | 
											
												
													
														|  | 
 |  | +            corpName:null,
 | 
											
												
													
														|  |              itemList: this.dataList,
 |  |              itemList: this.dataList,
 | 
											
												
													
														|  |              filesList: this.upLoadData
 |  |              filesList: this.upLoadData
 | 
											
												
													
														|  |            }
 |  |            }
 |