This commit is contained in:
lcw
2026-02-05 17:17:25 +08:00
parent 872fcf7332
commit 323fcd25fe
7 changed files with 660 additions and 55 deletions

View File

@ -415,6 +415,13 @@ const reset = () => {
emit("reset", true);
emit("submit", searchObj);
};
// 暴露searchObj给父组件
defineExpose({
searchObj,
submit,
reset
});
watchEffect(() => {
loadingPage.value = true;
let arr = JSON.parse(JSON.stringify(props.searchArr));