Explorar o código

fix:调整出单数据交互

wuguojie hai 1 ano
pai
achega
8919c7a40f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/insurancePolicy/order.vue

+ 1 - 1
src/views/insurancePolicy/order.vue

@@ -168,7 +168,7 @@ let payCodeShow = ref(false)
 let payCodeUrl = ref('')
 const payCode = (scope) => {
     payCodeShow.value = true
-    api.insurancePolicyApi.getQrCode(scope.row.ordersNo).then((res: any) => {
+    api.insurancePolicyApi.getQrCode(scope.row.orderNo).then((res: any) => {
         if(res.code == 200) {
             payCodeUrl.value = res.data
         } else {