mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-04 08:17:04 +00:00
feat: 在 DialogWrapper 组件中添加 search_type 属性以支持文本搜索
This commit is contained in:
parent
bd7841ac05
commit
4759e28a56
@ -1321,6 +1321,7 @@ export default {
|
||||
dialog_id: this.dialogId,
|
||||
key,
|
||||
mode: 'position',
|
||||
search_type: 'text',
|
||||
},
|
||||
}).then(({data}) => {
|
||||
if (this.searchKey !== key) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user