|  | @@ -2231,7 +2231,7 @@ export default {
 | 
	
		
			
				|  |  |              orderItemsList: this.data,
 | 
	
		
			
				|  |  |              orderFeesList: orderFeesList,
 | 
	
		
			
				|  |  |              orderFilesList: this.orderFilesList
 | 
	
		
			
				|  |  | -          }).then(ress => {
 | 
	
		
			
				|  |  | +          }).then(res => {
 | 
	
		
			
				|  |  |                this.$message.success("保存成功");
 | 
	
		
			
				|  |  |                if (status == "goBack") {
 | 
	
		
			
				|  |  |                  if (this.form.id) {
 | 
	
	
		
			
				|  | @@ -2245,22 +2245,23 @@ export default {
 | 
	
		
			
				|  |  |                  this.$emit("goBack");
 | 
	
		
			
				|  |  |                  this.leaveDetailsKey(this.$route.name);
 | 
	
		
			
				|  |  |                }else {
 | 
	
		
			
				|  |  | -                  this.showBut = false;
 | 
	
		
			
				|  |  | -                  this.pageLoading = true;
 | 
	
		
			
				|  |  | -                  detail(ress.data.data.id).then(res => {
 | 
	
		
			
				|  |  | -                      this.form = res.data.data;
 | 
	
		
			
				|  |  | -                      this.data = res.data.data.orderItemsList;
 | 
	
		
			
				|  |  | -                      this.orderFeesList = res.data.data.orderFeesList;
 | 
	
		
			
				|  |  | -                      this.orderFilesList = res.data.data.orderFilesList;
 | 
	
		
			
				|  |  | -                      this.oldform = res.data.data;
 | 
	
		
			
				|  |  | -                      this.olddata = this.deepClone(res.data.data.orderItemsList);
 | 
	
		
			
				|  |  | -                      this.oldorderFeesList = this.deepClone(res.data.data.orderFeesList);
 | 
	
		
			
				|  |  | -                      this.oldorderFilesList = this.deepClone(res.data.data.orderFilesList);
 | 
	
		
			
				|  |  | -                      this.oldExchange = this.deepClone(this.form.exchangeRate);
 | 
	
		
			
				|  |  | -                  }).finally(() => {
 | 
	
		
			
				|  |  | -                      this.showBut = true;
 | 
	
		
			
				|  |  | -                      this.pageLoading = false;
 | 
	
		
			
				|  |  | -                  });
 | 
	
		
			
				|  |  | +                  // this.showBut = false;
 | 
	
		
			
				|  |  | +                  // this.pageLoading = true;
 | 
	
		
			
				|  |  | +                  //暂时注释刷新数据
 | 
	
		
			
				|  |  | +                  // detail(ress.data.data.id).then(res => {
 | 
	
		
			
				|  |  | +                  //     this.form = res.data.data;
 | 
	
		
			
				|  |  | +                  //     this.data = res.data.data.orderItemsList;
 | 
	
		
			
				|  |  | +                  //     this.orderFeesList = res.data.data.orderFeesList;
 | 
	
		
			
				|  |  | +                  //     this.orderFilesList = res.data.data.orderFilesList;
 | 
	
		
			
				|  |  | +                  //     this.oldform = res.data.data;
 | 
	
		
			
				|  |  | +                  //     this.olddata = this.deepClone(res.data.data.orderItemsList);
 | 
	
		
			
				|  |  | +                  //     this.oldorderFeesList = this.deepClone(res.data.data.orderFeesList);
 | 
	
		
			
				|  |  | +                  //     this.oldorderFilesList = this.deepClone(res.data.data.orderFilesList);
 | 
	
		
			
				|  |  | +                  //     this.oldExchange = this.deepClone(this.form.exchangeRate);
 | 
	
		
			
				|  |  | +                  // }).finally(() => {
 | 
	
		
			
				|  |  | +                  //     this.showBut = true;
 | 
	
		
			
				|  |  | +                  //     this.pageLoading = false;
 | 
	
		
			
				|  |  | +                  // });
 | 
	
		
			
				|  |  |                    this.form = res.data.data;
 | 
	
		
			
				|  |  |                    this.data = res.data.data.orderItemsList;
 | 
	
		
			
				|  |  |                    this.orderFeesList = res.data.data.orderFeesList;
 |