1
wwl
2025-01-22 c4d5a6dc8561f95b1736e4a052e512a2c5322fca
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();