|
|
@@ -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({
|