123
wwl
2025-01-08 1e20b2b6fa36181a16cf09e54aa8eb0d13cf303e
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();