ludc
2024-10-17 d02571d59633367ac76b7f58ab38584698b1aa1b
Source/UBCS-WEB/src/components/advanced-query/advancedQuery.vue
@@ -144,6 +144,9 @@
        }, {
          value: "_notlike",
          label: "不包含",
        },{
          value: "_in",
          label: "范围(,间隔)",
        }
      ],
      // 字段类型是单选或下拉框类型的条件数组
@@ -202,6 +205,9 @@
      this.initData();
    }
  },
  created() {
    this.resetInput()
  },
  methods: {
    initData() {