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