修改bug
This commit is contained in:
@ -68,11 +68,7 @@ const searchConfiger = ref([
|
||||
]);
|
||||
const queryFrom = ref({});
|
||||
const pageData = reactive({
|
||||
tableData: [
|
||||
{
|
||||
cph:'川A8888'
|
||||
}
|
||||
],
|
||||
tableData: [],
|
||||
keyCount: 0,
|
||||
tableConfiger: {
|
||||
rowHieght: 61,
|
||||
@ -95,7 +91,7 @@ const pageData = reactive({
|
||||
]
|
||||
});
|
||||
onMounted(() => {
|
||||
// getList();
|
||||
getList();
|
||||
tabHeightFn();
|
||||
});
|
||||
//选择类型
|
||||
|
Reference in New Issue
Block a user