|  | @@ -14,7 +14,7 @@
 | 
	
		
			
				|  |  |            @click="submit('form')"
 | 
	
		
			
				|  |  |            style="width: 180px"
 | 
	
		
			
				|  |  |            type="primary"
 | 
	
		
			
				|  |  | -          >{{ $t("Key83") }}</el-button
 | 
	
		
			
				|  |  | +          >{{ $t("Key82") }}</el-button
 | 
	
		
			
				|  |  |          >
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          <el-button @click="preview" style="width: 180px" type="warning">
 | 
	
	
		
			
				|  | @@ -178,13 +178,6 @@ export default {
 | 
	
		
			
				|  |  |          this.$message.warning("请先保存再预览");
 | 
	
		
			
				|  |  |          return;
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  | -      // this.$router.push({
 | 
	
		
			
				|  |  | -      //   path: "/Preview",
 | 
	
		
			
				|  |  | -      //   query: {
 | 
	
		
			
				|  |  | -      //     id: this.materialId,
 | 
	
		
			
				|  |  | -      //     type: "preview",
 | 
	
		
			
				|  |  | -      //   },
 | 
	
		
			
				|  |  | -      // });
 | 
	
		
			
				|  |  |        const { href } = this.$router.resolve({
 | 
	
		
			
				|  |  |          path: "Preview",
 | 
	
		
			
				|  |  |          query: {
 | 
	
	
		
			
				|  | @@ -412,6 +405,7 @@ export default {
 | 
	
		
			
				|  |  |          "Key244",
 | 
	
		
			
				|  |  |          "Key245",
 | 
	
		
			
				|  |  |          "Key246",
 | 
	
		
			
				|  |  | +        "Key82",
 | 
	
		
			
				|  |  |        ],
 | 
	
		
			
				|  |  |      });
 | 
	
		
			
				|  |  |      this.isData = true;
 |