|
@@ -108,16 +108,19 @@ async function loadSubList(page: number, pageSize: number, content: any, subList
|
|
|
<TabCommonList
|
|
<TabCommonList
|
|
|
v-else-if="activeSubTabId === 3"
|
|
v-else-if="activeSubTabId === 3"
|
|
|
:loader="(page, size) => loadSubList(page, size, content, 'worksList')"
|
|
:loader="(page, size) => loadSubList(page, size, content, 'worksList')"
|
|
|
|
|
+ :pageSize="8"
|
|
|
detailPageNames="IntangibleDetail"
|
|
detailPageNames="IntangibleDetail"
|
|
|
/>
|
|
/>
|
|
|
<TabCommonList
|
|
<TabCommonList
|
|
|
v-else-if="activeSubTabId === 5"
|
|
v-else-if="activeSubTabId === 5"
|
|
|
:loader="(page, size) => loadSubList(page, size, content, 'associationMeList')"
|
|
:loader="(page, size) => loadSubList(page, size, content, 'associationMeList')"
|
|
|
|
|
+ :pageSize="8"
|
|
|
detailPageNames="IntangibleDetail"
|
|
detailPageNames="IntangibleDetail"
|
|
|
/>
|
|
/>
|
|
|
<TabCommonList
|
|
<TabCommonList
|
|
|
v-else-if="activeSubTabId === 4"
|
|
v-else-if="activeSubTabId === 4"
|
|
|
:loader="(page, size) => loadSubList(page, size, content, 'inheritorsList')"
|
|
:loader="(page, size) => loadSubList(page, size, content, 'inheritorsList')"
|
|
|
|
|
+ :pageSize="8"
|
|
|
detailPageNames="IntangibleDetail"
|
|
detailPageNames="IntangibleDetail"
|
|
|
/>
|
|
/>
|
|
|
</template>
|
|
</template>
|