@@ -187,6 +187,8 @@ const handleConfirm = () => {
// 初始化
const init = () => {
+ groupName.value = '';
+ searchName.value = '';
currentPage.value = 1;
fetchGroupList();
};