From 3bb3488abec439ea977329505633b50ff56bce43 Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期五, 13 五月 2022 17:20:16 +0800 Subject: [PATCH] 提交代码 --- src/views/construction/nvr/index.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/construction/nvr/index.vue b/src/views/construction/nvr/index.vue index 31db4eb..e010a33 100644 --- a/src/views/construction/nvr/index.vue +++ b/src/views/construction/nvr/index.vue @@ -446,7 +446,7 @@ this.loading = false; this.form = response.data; this.open = true; - this.title = "淇敼NVR璁惧"; + this.title = "NVR璁惧璇︽儏"; }); }, /** 淇敼鎸夐挳鎿嶄綔 */ @@ -515,8 +515,7 @@ this.loading = true; this.disabled = false; this.reset(); - const id = row.id || this.ids - getNvr(id).then(response => { + getNvr(row.id).then(response => { this.loading = false; this.form = response.data; this.fileOpen = true; -- Gitblit v1.9.1