南昌市物联网技防平台-前端
Administrator
2021-03-19 6d9d2b76637534e541c1ac3ca3f5a0b780302bc9
src/views/healthcode/healthcode.vue
@@ -198,9 +198,6 @@
          this.loading = false;
          this.selectionClear();
        });
      },
      handleHealthcode(row) {
        this.$router.push({ path: `/healthcode/healthcode/${row.deviceNumber}` });
      }
    }
  };