|  | @@ -83,7 +83,6 @@ export default {
 | 
	
		
			
				|  |  |        if (!this.isLocked && !this.content) {
 | 
	
		
			
				|  |  |          this.content = this.value;
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  | -      this.$emit("saveBlankTF", this.value, this.hengIndex);
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    computed: {
 | 
	
	
		
			
				|  | @@ -140,6 +139,7 @@ export default {
 | 
	
		
			
				|  |  |          this.lock = true;
 | 
	
		
			
				|  |  |          this.textFocus();
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  | +      this.$emit("saveBlankTF", e.target.innerHTML, this.hengIndex);
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      // 粘贴富文本转为纯文本
 | 
	
		
			
				|  |  |      copyText(e) {
 |