|
@ -155,7 +155,13 @@ const openDetail = async (row: any, titleName: any, titleValue: any, tableName: |
|
|
tableId: row.id, |
|
|
tableId: row.id, |
|
|
tableName: tableName, |
|
|
tableName: tableName, |
|
|
} |
|
|
} |
|
|
if(!props.isBasic) getList() // 加载明细列表 |
|
|
// 加载明细列表 |
|
|
|
|
|
if(!props.isBasic) { |
|
|
|
|
|
tableObject.params = { |
|
|
|
|
|
id: row.id |
|
|
|
|
|
} |
|
|
|
|
|
getList() |
|
|
|
|
|
} |
|
|
isShowDrawer.value = true |
|
|
isShowDrawer.value = true |
|
|
if (row) { |
|
|
if (row) { |
|
|
detailLoading.value = true |
|
|
detailLoading.value = true |
|
|