修改bug

This commit is contained in:
13684185576
2025-07-07 20:32:06 +08:00
parent 3700602c41
commit c833099f0c

View File

@ -68,11 +68,7 @@ const searchConfiger = ref([
]); ]);
const queryFrom = ref({}); const queryFrom = ref({});
const pageData = reactive({ const pageData = reactive({
tableData: [ tableData: [],
{
cph:'川A8888'
}
],
keyCount: 0, keyCount: 0,
tableConfiger: { tableConfiger: {
rowHieght: 61, rowHieght: 61,
@ -95,7 +91,7 @@ const pageData = reactive({
] ]
}); });
onMounted(() => { onMounted(() => {
// getList(); getList();
tabHeightFn(); tabHeightFn();
}); });
//选择类型 //选择类型