shanbinzhang 4 天之前
父节点
当前提交
e062644e62
共有 1 个文件被更改,包括 3 次插入1 次删除
  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');
 };