cmy 1 settimana fa
parent
commit
51d58b2948
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: {