diff --git a/src/components/Detail/src/Detail.vue b/src/components/Detail/src/Detail.vue index c4907859f..6c6e9b64a 100644 --- a/src/components/Detail/src/Detail.vue +++ b/src/components/Detail/src/Detail.vue @@ -189,11 +189,9 @@ const remarksSubmitScuess = async (remark) => { } // 获取变更记录 const getChangeRecordList = async () => { - // remarksData.data.tableId = '1679654720693248010' changeRecordData.changeRecordList = await RemarkApi.getChangeRecordPage(remarksData.data) } - const { tableObject, tableMethods } = useTable({ getListApi: props.detailApi?.getDetasListPage // 在主表API中添加根据主表ID获取明细列表分页方法 })