Browse Source

fix: 字典搜索

lanceJiang 1 year ago
parent
commit
a9f986d414
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/setting/dict/index.vue

+ 1 - 1
src/views/setting/dict/index.vue

@@ -208,7 +208,7 @@ const getGroup = async () => {
 
 // 左侧菜单点击
 const leftTreeClick = data => {
-	searchData.value = { ...searchData.value, data: { pid: data.id ? data.id : null } }
+	searchData.value = { ...searchData.value, pid: data.id ? data.id : null }
 }
 
 // 表格搜索条件