|  | @@ -8413,6 +8413,7 @@ export default {
 | 
	
		
			
				|  |  |        if (this.$route.query.id) {
 | 
	
		
			
				|  |  |          this.$router.push({query: {}});
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  | +      this.form.fId = ''
 | 
	
		
			
				|  |  |        this.resetForm("form");
 | 
	
		
			
				|  |  |        this.resetForm("importList");
 | 
	
		
			
				|  |  |        this.detailList = [];
 | 
	
	
		
			
				|  | @@ -8427,11 +8428,9 @@ export default {
 | 
	
		
			
				|  |  |          confirmButtonText: "保存",
 | 
	
		
			
				|  |  |          cancelButtonText: "取消",
 | 
	
		
			
				|  |  |          type: "warning",
 | 
	
		
			
				|  |  | -      })
 | 
	
		
			
				|  |  | -          .then(() => {
 | 
	
		
			
				|  |  | +      }).then(() => {
 | 
	
		
			
				|  |  |              this.saveForm("goBack");
 | 
	
		
			
				|  |  | -          })
 | 
	
		
			
				|  |  | -          .catch(() => {
 | 
	
		
			
				|  |  | +          }).catch(() => {
 | 
	
		
			
				|  |  |              this.cancel();
 | 
	
		
			
				|  |  |            });
 | 
	
		
			
				|  |  |      },
 |