@ -139,7 +139,7 @@ const butttondata = (row,$index) => {
const buttonTableClick = async (val, row) => {
if (val == 'documentPrint') {
// 单据打印
handleDocumentPrint(row.id)
handleDocumentPrint(row.masterId)
}