Browse Source

详情明细列表传参

master
陈薪名 11 months ago
parent
commit
ce19795635
  1. 8
      src/components/Detail/src/Detail.vue

8
src/components/Detail/src/Detail.vue

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

Loading…
Cancel
Save