Commit f32bc2c4ae4fe00d1af94be5e402938d236816e3
Merge branch 'local_dev_ft' into 'main'
fix:DEFECT-979 修复转换函数点击报错 See merge request huang/yun-teng-iot-front!440
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -153,7 +153,7 @@ |
| 153 | 153 | enableBasicAutocompletion: true, |
| 154 | 154 | enableLiveAutocompletion: true, |
| 155 | 155 | }); |
| 156 | - aceEditor.value.setValue(); | |
| 156 | + // aceEditor.value.setValue(); | |
| 157 | 157 | beautify(aceEditor.value.session); |
| 158 | 158 | // scriptForm.convertJs = aceEditor.value.getValue(); |
| 159 | 159 | }; | ... | ... |