提交
This commit is contained in:
@ -665,7 +665,7 @@ const handleDetail = (row: any) => {
|
||||
getDetails(row);
|
||||
};
|
||||
const getDetails = (row: any) => {
|
||||
getTenderPlanDetail({ id: row.id }).then((res) => {
|
||||
getTenderPlanDetail({ id: row.id, projectId: currentProject.value?.id }).then((res) => {
|
||||
if (res.code == 200) {
|
||||
detailData.value = res.data;
|
||||
}
|
||||
|
Reference in New Issue
Block a user