diff --git a/flossom-ui/src/views/system/instrument/index.vue b/flossom-ui/src/views/system/instrument/index.vue index f22ce96..49b3f43 100644 --- a/flossom-ui/src/views/system/instrument/index.vue +++ b/flossom-ui/src/views/system/instrument/index.vue @@ -952,6 +952,8 @@ v-model="form.iotVersionUpgrade" placeholder="请输入内容" :min-height="192" + id="editor1" + tableName="editor1" /> @@ -1016,6 +1018,8 @@ v-model="form.we200IotVersionUpgrade" placeholder="请输入内容" :min-height="192" + id="editor2" + tableName="editor2" /> @@ -1875,6 +1879,11 @@ export default { } } }) + + // IOT版本升级介绍 + this.form.iotVersionUpgrade = decodeURIComponent(this.form.iotVersionUpgrade) + // WE200IOT版本升级介绍 + this.form.iotVersionUpgrade = decodeURIComponent(this.form.we200IotVersionUpgrade) }) }, /** 提交按钮 */