diff --git a/packages/meta/AppResident/AppResidentTags.vue b/packages/meta/AppResident/AppResidentTags.vue
index ea9448f9..98e9c0ce 100644
--- a/packages/meta/AppResident/AppResidentTags.vue
+++ b/packages/meta/AppResident/AppResidentTags.vue
@@ -7,7 +7,8 @@
           
             添加
             
-            删除
+            删除
+            
           
           
             
         
         
+                  @getList="getTableData" :col-configs="colConfigs" :dict="dict"
+                  @selection-change="v=>search.ids=v.map(e=>e.id).toString()">
           
             
               编辑
@@ -65,8 +67,8 @@ export default {
       page: {current: 1, size: 10, total: 0},
       dialog: false,
       tableData: [],
-      search: {organizationName: ""},
-      form: {logoUrl: []},
+      search: {name: "", ids: ""},
+      form: {},
       colConfigs: [
         {type: "selection"},
         {label: "标签信息", prop: "organizationName"},
@@ -78,7 +80,7 @@ export default {
   },
   methods: {
     getTableData() {
-      this.instance.post("/appfinancialorganization/list", null, {
+      this.instance.post("/app/appfinancialorganization/list", null, {
         params: {...this.page, ...this.search}
       }).then(res => {
         if (res?.data) {