|  | @@ -8,7 +8,7 @@
 | 
	
		
			
				|  |  |        <basic-container>
 | 
	
		
			
				|  |  |          <avue-form class="trading-form" :option="option" ref="form" v-model="item.form">
 | 
	
		
			
				|  |  |            <template slot-scope="scope" slot="corpId">
 | 
	
		
			
				|  |  | -            <selectComponent v-model="item.form.corpId" :configuration="configuration"/>
 | 
	
		
			
				|  |  | +            <selectComponent v-model="corpId" :configuration="configuration"/>
 | 
	
		
			
				|  |  |            </template>
 | 
	
		
			
				|  |  |            <template slot-scope="scope" slot="billNo">
 | 
	
		
			
				|  |  |              <el-select placeholder="请选择" v-model="item.form.billNo" clearable>
 | 
	
	
		
			
				|  | @@ -301,6 +301,7 @@ export default {
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      if (this.arrList.length > 0) {
 | 
	
		
			
				|  |  |        this.list = this.arrList
 | 
	
		
			
				|  |  | +      this.corpId = this.list[0].form.corpId
 | 
	
		
			
				|  |  |        let arr = []
 | 
	
		
			
				|  |  |        this.list.forEach(item => {
 | 
	
		
			
				|  |  |          let a = {
 |