sl
lkk
2025-01-10 875113ca076c613503c3ad4e663f16fde7a68440
src/components/jianceResult/index.vue
@@ -62,14 +62,8 @@
      }
    },
    handleOk() {
      if (this.list.length == 0) {
        this.$modal.msgError("请选择至少一项!");
        return
      } else {
        this.open = false
        this.$emit('add', this.list);
      }
    },
    handleQuery() {
      this.getList();