@@ -179,7 +179,7 @@ function handlePrint(row) {
exportInboundOrderPdf({ id: row.id }).then(_ => {
console.log('已打印完毕')
setPrint({ id: row.id, isPrint: 1 }).then(() => {
- getList.value();
+ getList();
})
}