Explorar o código

驾意险详情bug

@dongkboy hai 5 meses
pai
achega
63e3f2009e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/insurancePolicy/index.vue

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

@@ -2664,7 +2664,7 @@ const handleDrivingDel = (scope: any, props: any) => {
 const getJYXDetail = (row: any) => {
   JYXDetailShow.value = true
   nextTick(() => {
-    JYXDetail.value.initData(row.drivingIntentionId)
+    JYXDetail.value.initData(row.id)
   })
 }
 const handleDrivingClose = (data: any) => {