|  | @@ -109,6 +109,7 @@
 | 
	
		
			
				|  |  |          <div class="name">{{item.name}}</div>
 | 
	
		
			
				|  |  |        </el-tooltip>
 | 
	
		
			
				|  |  |      </div>
 | 
	
		
			
				|  |  | +    <empty v-if="photos.length == 0"/>
 | 
	
		
			
				|  |  |      <el-dialog
 | 
	
		
			
				|  |  |        :title="detail ? '修改展演信息' : '添加展演信息'"
 | 
	
		
			
				|  |  |        :visible.sync="formVisible"
 | 
	
	
		
			
				|  | @@ -185,7 +186,8 @@ export default {
 | 
	
		
			
				|  |  |      async FetchList() {
 | 
	
		
			
				|  |  |        try {
 | 
	
		
			
				|  |  |          const res = await musicGroupPerformanceQueryPage({
 | 
	
		
			
				|  |  | -          page: this.rules.page
 | 
	
		
			
				|  |  | +          page: this.rules.page,
 | 
	
		
			
				|  |  | +          musicGroupId: this.$route.query.id,
 | 
	
		
			
				|  |  |          })
 | 
	
		
			
				|  |  |          this.tableList = res.data.rows;
 | 
	
		
			
				|  |  |          this.rules.total = res.data.total;
 |