WXL
2024-04-12 e8fb5c107625b4896a2be5983b6aece0367fff0e
src/components/Regular/index.vue
@@ -285,7 +285,9 @@
      this.generateRegex(item);
    },
    handleInputConfirm(row) {
      console.log(this.TargetoptionList, "TargetoptionList");
      let index = this.TargetoptionList.indexOf(row);
      console.log(1112);
      if (this.whether == 1 && this.inputValue) {
        if (
          this.TargetoptionList[index].dynamiccruxs.indexOf(this.inputValue) ==