WXL
2024-01-16 ad70f145e8bea957b41043b4a1e37ce37cc5ed1e
src/components/Regular/index.vue
@@ -53,6 +53,7 @@
            type="success"
            v-for="crux in dynamiccruxs"
            closable
            effect="dark"
            :disable-transitions="false"
            @close="handleClosecrux(crux)"
          >
@@ -64,6 +65,7 @@
            @change="handleInputConfirm"
            filterable
            remote
            allow-create
            reserve-keyword
            default-first-option
            :loading="loading"
@@ -93,6 +95,7 @@
            type="warning"
            v-for="crux in nodynamiccruxs"
            closable
            effect="dark"
            :disable-transitions="false"
            @close="handleClosecrux(crux)"
          >
@@ -104,6 +107,7 @@
            @change="handleInputConfirm"
            filterable
            remote
            allow-create
            reserve-keyword
            default-first-option
            :loading="loading"
@@ -264,6 +268,9 @@
      this.whether = 2;
      console.log(2);
    },
    handleSelectionChange(selection) {
      $emit("handleSelectionChange", selection);
    },
  },
};
</script>