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