ZZJ
2022-07-15 e116bdd983b4a456c866119666e41bbaab4f7293
src/pages/cameraAccess/components/SeparateRules.vue
@@ -448,6 +448,13 @@
      this.swiperIndex = this.$refs.swiper.swiper.activeIndex;
    },
    drawBaseImg() {
      if (!this.Camera.cameraId) {
        this.$notify({
          type: "warning",
          message: "请先选择摄像机",
        });
        return;
      }
      if (Array.isArray(this.$refs.canvas)) {
        if (this.$refs.canvas.length > 0) {
          this.$refs.canvas[0].showModal();