ezhizao_zx 3 hafta önce
ebeveyn
işleme
4d10abd410
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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();
     })
   })
 }