fix: BUG修改

This commit is contained in:
kun 2023-11-06 10:44:13 +08:00
parent df28a6407a
commit a1dc516ec2

View File

@ -183,7 +183,7 @@ const pageable = reactive({
total: 0
});
const active = ref("first");
const active = ref("two");
const dateTime = ref<string>("");
const parentTitle = ref<string>("");
const childTitle = ref<string>("");