shanbinzhang 4 days ago
parent
commit
e062644e62
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/business_manage/components/SetPermission.vue

+ 3 - 1
src/views/business_manage/components/SetPermission.vue

@@ -214,6 +214,9 @@ watch(
   (newValue) => {
     if (newValue) {
       searchTxt.value = '';
+    }else {
+
+      activeTab.value = '图库';
     }
   },
   { immediate: true }
@@ -285,7 +288,6 @@ const changeSearchTxt = () => {
 }
 // 关闭弹窗
 const handleClose = () => {
-  activeTab.value = '图库';
   emit('close');
 };