Browse Source

bugfix:分组管理搜索条件重置

wangfumin 2 tháng trước cách đây
mục cha
commit
e3a5882a42
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/view/mediaLibrary/groupManage.vue

+ 2 - 0
src/view/mediaLibrary/groupManage.vue

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