From 7a681d6412ac6310bb2bd42c61434c9043a49456 Mon Sep 17 00:00:00 2001 From: "382696293@qq.com" <382696293@qq.com> Date: Wed, 28 Feb 2024 16:43:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=AA=E5=99=A8=E5=88=97=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E4=BB=AA=E5=99=A8=E5=8D=87=E7=BA=A7=E4=BB=8B=E7=BB=8D=20?= =?UTF-8?q?=E5=AF=8C=E6=96=87=E6=9C=AC=E6=A1=86=20=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flossom-ui/src/views/system/instrument/index.vue | 9 +++++++++ 1 file changed, 9 insertions(+) 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) }) }, /** 提交按钮 */