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() {