|  | @@ -1244,7 +1244,7 @@
 | 
											
												
													
														|  |            type="textarea"
 |  |            type="textarea"
 | 
											
												
													
														|  |            placeholder="Please input"
 |  |            placeholder="Please input"
 | 
											
												
													
														|  |          /> -->
 |  |          /> -->
 | 
											
												
													
														|  | -              <PythonEdit :value="textarea1" language="python" @change="handleEditorChange"/>
 |  | 
 | 
											
												
													
														|  | 
 |  | +              <PythonEdit v-model="textarea1" language="python" @change="handleEditorChange"/>
 | 
											
												
													
														|  |                </div>
 |  |                </div>
 | 
											
												
													
														|  |                <div class="pythfoter">
 |  |                <div class="pythfoter">
 | 
											
												
													
														|  |                  <div class="span active" >
 |  |                  <div class="span active" >
 | 
											
										
											
												
													
														|  | @@ -2663,7 +2663,7 @@ const pythonSubmit = () => {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  // python处理编辑器内容变化的方法
 |  |  // python处理编辑器内容变化的方法
 | 
											
												
													
														|  |  const handleEditorChange = (value) => {
 |  |  const handleEditorChange = (value) => {
 | 
											
												
													
														|  | -  console.log('Editor content changed in parent component:', value);
 |  | 
 | 
											
												
													
														|  | 
 |  | +  // console.log('Editor content changed in parent component:', value);
 | 
											
												
													
														|  |  };
 |  |  };
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  let MathFuncxinjian = ref('ture')
 |  |  let MathFuncxinjian = ref('ture')
 |