mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 03:03:41 +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,
|
dialog_id: this.dialogId,
|
||||||
key,
|
key,
|
||||||
mode: 'position',
|
mode: 'position',
|
||||||
|
search_type: 'text',
|
||||||
},
|
},
|
||||||
}).then(({data}) => {
|
}).then(({data}) => {
|
||||||
if (this.searchKey !== key) {
|
if (this.searchKey !== key) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user