From 84c1fa825b558db4644cd378d24f23cac90a1f7d Mon Sep 17 00:00:00 2001 From: 18650502300 <18650502300@163.com> Date: Sat, 14 Sep 2024 13:48:49 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/model/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/system/model/index.vue b/src/views/system/model/index.vue index d94c789..4730117 100644 --- a/src/views/system/model/index.vue +++ b/src/views/system/model/index.vue @@ -440,6 +440,10 @@ export default { submitForm() { this.$refs["form"].validate(valid => { if (valid) { + if (this.form.lowBatteryReminderSwitch === undefined || this.form.lowBatteryReminderSwitch === null) { + this.form.lowBatteryReminderSwitch = false; + } + if (this.form.modelId != null) { updateModel(this.form).then(response => { this.$modal.msgSuccess("修改成功");