qx
wwl
2025-02-08 00865e5de8d4bc31caa931de063b71acdbb26266
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();