唐耀东
2022-05-13 3bb3488abec439ea977329505633b50ff56bce43
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;