ezhizao_zx hace 3 semanas
padre
commit
4d10abd410
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/business/inboundOrder/index.vue

+ 1 - 1
src/views/business/inboundOrder/index.vue

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