feat: 在 DialogWrapper 组件中添加 search_type 属性以支持文本搜索

This commit is contained in:
kuaifan 2026-01-03 23:20:56 +00:00
parent bd7841ac05
commit 4759e28a56

View File

@ -1321,6 +1321,7 @@ export default {
dialog_id: this.dialogId,
key,
mode: 'position',
search_type: 'text',
},
}).then(({data}) => {
if (this.searchKey !== key) {