|  | @@ -42,6 +42,10 @@ export default {
 | 
											
												
													
														|  |      isEnabled: { // 是否只查启用状态
 |  |      isEnabled: { // 是否只查启用状态
 | 
											
												
													
														|  |        type: Boolean,
 |  |        type: Boolean,
 | 
											
												
													
														|  |        default: false
 |  |        default: false
 | 
											
												
													
														|  | 
 |  | +    },
 | 
											
												
													
														|  | 
 |  | +    mainFlag: {
 | 
											
												
													
														|  | 
 |  | +      type: Number,
 | 
											
												
													
														|  | 
 |  | +      default: 1
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    data () {
 |  |    data () {
 | 
											
										
											
												
													
														|  | @@ -61,7 +65,7 @@ export default {
 | 
											
												
													
														|  |        const fetchId = this.lastFetchId
 |  |        const fetchId = this.lastFetchId
 | 
											
												
													
														|  |        this.data = []
 |  |        this.data = []
 | 
											
												
													
														|  |        this.fetching = true
 |  |        this.fetching = true
 | 
											
												
													
														|  | -      const params = { pageNo: 1, pageSize: 20 }
 |  | 
 | 
											
												
													
														|  | 
 |  | +      const params = { pageNo: 1, pageSize: 20, mainFlag: this.mainFlag }
 | 
											
												
													
														|  |        if (this.itemSn) {
 |  |        if (this.itemSn) {
 | 
											
												
													
														|  |          params.customerSn = this.itemSn
 |  |          params.customerSn = this.itemSn
 | 
											
												
													
														|  |        } else {
 |  |        } else {
 |