lkk
2025-02-06 8c6f8e64ca39b0ca7bf545eb0c0328fb79914424
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();