Explorar el Código

fix:更新参数

cmy hace 1 semana
padre
commit
51d58b2948
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/marketing/statistics/index.vue

+ 1 - 1
src/views/marketing/statistics/index.vue

@@ -99,7 +99,7 @@ const props = defineProps({
 const state: BasicTableProps = reactive<BasicTableProps>({
   queryForm: {
     ip: '',
-    appId: props.row.id || '',
+    appId: props.row.appId || '',
   },
   pageList: pageList,
   pagination: {