|
|
@ -256,7 +256,7 @@ const openDetail = async (row: any, titleName: any, titleValue: any) => { |
|
|
|
const BASE_URL = getJmreportBaseUrl() |
|
|
|
const src = ref(BASE_URL + '/jmreport/view/973017727126409216?token=' + getAccessToken()) |
|
|
|
const handlePrint = async (row) => { |
|
|
|
window.open(src.value+'&id='+row.id+'&searchTime='+`${tableObject.params.searchTime||''}`) |
|
|
|
window.open(src.value+'&id='+row.id+'&searchTime='+`${tableObject.params.searchTime||''}`+'&actionType='+`${tableObject.params.actionType||''}`) |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|