We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 781d0be + eff1353 commit 0edfd01Copy full SHA for 0edfd01
packages/dag/src/components/migration/MigrateMetaPane.vue
@@ -206,10 +206,11 @@ export default {
206
this.$refs.list.setRules(this.fieldChangeRules)
207
this.updateConditionFieldMap = cloneDeep(this.form.getValuesIn('updateConditionFieldMap') || {})
208
const { size, current } = this.page
209
+ const tableFilter = this.searchTable ? `.*${this.searchTable}.*` : ''
210
const res = await this.getData({
211
page: current,
212
pageSize: size,
- tableFilter: this.searchTable,
213
+ tableFilter,
214
filterType: this.activeClassification
215
})
216
const { items, total } = res
0 commit comments