sujunling hace 1 año
padre
commit
e758c81365
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/views/interface/item/AssemblyData.vue

+ 3 - 1
src/views/interface/item/AssemblyData.vue

@@ -80,7 +80,7 @@ export default defineComponent({
     const pageSize = ref(10);
     const total = ref(0);
     const groupId = ref("")
-    
+
     /**
      * 显示详情
     */
@@ -101,6 +101,8 @@ export default defineComponent({
       getGroupIdList()
     });
 
+    eventBus.on('interfaceCenter', () => setTimeout(() => getGroupIdList(), 100));
+
     // 根据组id查询接口列表
     const getGroupIdList = () => {
       getGroupId({