|
|
@ -241,6 +241,7 @@ const openDetail = async (row: any, titleName: any, titleValue: any) => { |
|
|
|
}) |
|
|
|
const { getList:requestGetList } = requestTableMethods |
|
|
|
requestTableObject.params.requestNumber = row.requestNumber |
|
|
|
requestTableObject.params.number = row.number |
|
|
|
await requestGetList() |
|
|
|
if(requestTableObject.tableList.length>0){ |
|
|
|
row.annexMasterId = requestTableObject.tableList[0].masterId |
|
|
|