Commit 3f28fefa authored by zhengke's avatar zhengke

修改

parent d6c15a02
<template> <template>
<div> <div>
<script type="text/plain" :id="id"></script> <textarea type="text/plain" :id="id"></textarea>
<!-- 选择图片 --> <!-- 选择图片 -->
<el-dialog title="选择文件" :visible.sync="changeState" width="1240px"> <el-dialog title="选择文件" :visible.sync="changeState" width="1240px">
<ChooseImg @SelectId="SelectId"></ChooseImg> <ChooseImg @SelectId="SelectId"></ChooseImg>
...@@ -97,6 +97,7 @@ ...@@ -97,6 +97,7 @@
onclick() { onclick() {
self.ue = editor self.ue = editor
_this.isInputChange = true; _this.isInputChange = true;
_this.changeState=true;
}, },
}); });
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment