mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-22 00:10:28 +00:00
fix: 搜索区域无法回车搜索的问题
This commit is contained in:
parent
6cf64ce538
commit
f983146501
@ -173,7 +173,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
searchEnter() {
|
searchEnter() {
|
||||||
let row = $A(".sreachBox");
|
let row = $A(".search-container");
|
||||||
if (row.length === 0) {
|
if (row.length === 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user