fix: 首页高级筛选搜索功能与右侧数据联动问题修复

pull/80/head
刘释隆 1 year ago
parent 9ae9be0272
commit ab9e50ff0c

@ -58,6 +58,7 @@ const searchName = () => {
const close = () => {
searchKeyword.value = "";
configStore.setSearchValue(searchKeyword.value);
emit('close');
}

Loading…
Cancel
Save