From 2380b7f16bd5da0300910a15b20971b9843cc69a Mon Sep 17 00:00:00 2001 From: 23357 <842520863@qq.com> Date: Tue, 28 Nov 2023 15:57:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E5=9E=8B=E5=8F=B7=E6=9B=B4=E6=96=B0=E4=B8=8E=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=94=99=E8=AF=AFbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iot/model/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/iot/model/index.vue b/src/views/iot/model/index.vue index f68d7c0a..e0b2da0f 100644 --- a/src/views/iot/model/index.vue +++ b/src/views/iot/model/index.vue @@ -1031,7 +1031,7 @@ export default { } this.form.paramList = this.$refs.paramWrap.getResult(); - if (this.form.seriesId != null) { + if (this.form.modelId != null ) { updateModel(this.form).then((response) => { this.msgSuccess("修改成功"); this.open = false;