|  | @@ -168,10 +168,12 @@ export default {
 | 
											
												
													
														|  |          )
 |  |          )
 | 
											
												
													
														|  |          .filter((item) => item.length > 0)
 |  |          .filter((item) => item.length > 0)
 | 
											
												
													
														|  |          .join(' ');
 |  |          .join(' ');
 | 
											
												
													
														|  | 
 |  | +      this.data.matically_pinyin_str[mark] = this.matically_pinyin_str[mark];
 | 
											
												
													
														|  |        if (this.matically_pinyin_str[mark].indexOf(',') > -1) {
 |  |        if (this.matically_pinyin_str[mark].indexOf(',') > -1) {
 | 
											
												
													
														|  |          this.$message.warning('输入的拼音有误,请重新输入');
 |  |          this.$message.warning('输入的拼音有误,请重新输入');
 | 
											
												
													
														|  |          this.matically_pinyin_obj[mark] = [];
 |  |          this.matically_pinyin_obj[mark] = [];
 | 
											
												
													
														|  |          this.matically_pinyin_str[mark] = '';
 |  |          this.matically_pinyin_str[mark] = '';
 | 
											
												
													
														|  | 
 |  | +        this.data.matically_pinyin_str[mark] = '';
 | 
											
												
													
														|  |          this.data.content = '';
 |  |          this.data.content = '';
 | 
											
												
													
														|  |        }
 |  |        }
 | 
											
												
													
														|  |        this.handleMindMap();
 |  |        this.handleMindMap();
 | 
											
										
											
												
													
														|  | @@ -208,6 +210,7 @@ export default {
 | 
											
												
													
														|  |        this.res_arr = [];
 |  |        this.res_arr = [];
 | 
											
												
													
														|  |        this.$set(this.matically_pinyin_obj, item.mark, []);
 |  |        this.$set(this.matically_pinyin_obj, item.mark, []);
 | 
											
												
													
														|  |        this.$set(this.matically_pinyin_str, item.mark, '');
 |  |        this.$set(this.matically_pinyin_str, item.mark, '');
 | 
											
												
													
														|  | 
 |  | +      this.$set(this.data.matically_pinyin_str, item.mark, '');
 | 
											
												
													
														|  |        if (this.data.property.fun_type !== 'input') {
 |  |        if (this.data.property.fun_type !== 'input') {
 | 
											
												
													
														|  |          this.data.answer.answer_list = [];
 |  |          this.data.answer.answer_list = [];
 | 
											
												
													
														|  |        }
 |  |        }
 | 
											
										
											
												
													
														|  | @@ -311,6 +314,7 @@ export default {
 | 
											
												
													
														|  |        let node_list = [];
 |  |        let node_list = [];
 | 
											
												
													
														|  |        node_list.push({
 |  |        node_list.push({
 | 
											
												
													
														|  |          name: this.matically_pinyin_str[this.data.mark],
 |  |          name: this.matically_pinyin_str[this.data.mark],
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |          id: Math.random().toString(36).substring(2, 12),
 |  |          id: Math.random().toString(36).substring(2, 12),
 | 
											
												
													
														|  |        });
 |  |        });
 | 
											
												
													
														|  |        this.data.mind_map.node_list = node_list;
 |  |        this.data.mind_map.node_list = node_list;
 |