|  | @@ -88,6 +88,9 @@ export default {
 | 
	
		
			
				|  |  |          pageSize: this.page.pageSize,
 | 
	
		
			
				|  |  |        };
 | 
	
		
			
				|  |  |        contrastList(data).then((res) => {
 | 
	
		
			
				|  |  | +        res.rows.map((e) => {
 | 
	
		
			
				|  |  | +          e.srcBillNo = e.fMblno;
 | 
	
		
			
				|  |  | +        });
 | 
	
		
			
				|  |  |          this.tableData = res.rows;
 | 
	
		
			
				|  |  |          this.page.total = res.total;
 | 
	
		
			
				|  |  |        });
 | 
	
	
		
			
				|  | @@ -99,7 +102,8 @@ export default {
 | 
	
		
			
				|  |  |        if (this.selectionList.length == 0) {
 | 
	
		
			
				|  |  |          return this.$message.error("请选择数据");
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  | -      (this.dialogVisible = false), this.$emit("imporData", this.selectionList);
 | 
	
		
			
				|  |  | +      this.dialogVisible = false;
 | 
	
		
			
				|  |  | +      this.$emit("imporData", this.selectionList);
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      close() {
 | 
	
		
			
				|  |  |        this.form = this.$options.data().form;
 |