|  | @@ -366,7 +366,7 @@
 | 
	
		
			
				|  |  |                style="width: 100% !important"
 | 
	
		
			
				|  |  |              >
 | 
	
		
			
				|  |  |                <el-option
 | 
	
		
			
				|  |  | -                v-for="(item, index) in organList"
 | 
	
		
			
				|  |  | +                v-for="(item, index) in selects.branchs"
 | 
	
		
			
				|  |  |                  :key="index"
 | 
	
		
			
				|  |  |                  :label="item.name"
 | 
	
		
			
				|  |  |                  :value="item.id"
 | 
	
	
		
			
				|  | @@ -723,7 +723,7 @@ export default {
 | 
	
		
			
				|  |  |      //     this.organList = res.data;
 | 
	
		
			
				|  |  |      //   }
 | 
	
		
			
				|  |  |      // });
 | 
	
		
			
				|  |  | -       this.$store.dispatch("setBranchs");
 | 
	
		
			
				|  |  | +    this.$store.dispatch("setBranchs");
 | 
	
		
			
				|  |  |      goodsQuery({ status: 1, rows: 99999 }).then((res) => {
 | 
	
		
			
				|  |  |        if (res.code === 200) {
 | 
	
		
			
				|  |  |          this.shopList = res.data.rows;
 |