|
@@ -254,7 +254,7 @@ async function loadData() {
|
|
|
}
|
|
|
async function loadHistoryData(page: number, pageSize: number, dropDownValues: number[], searchText: string) {
|
|
|
const res = (await InheritorContent.getCollectList(props.model, {
|
|
|
- contentId: route.query.id ? Number(route.query.id) : undefined,
|
|
|
+ contentId: Number(route.query.id || formModel.value.contentId),
|
|
|
collectType: 'content',
|
|
|
modelId: 2,
|
|
|
userId: authStore.userInfo?.id,
|