This commit is contained in:
邱贞招 2024-09-14 13:48:49 +08:00
parent 319328c50b
commit 84c1fa825b

View File

@ -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("修改成功");