Commit 28d2473b authored by 张毅辰's avatar 张毅辰

登录日志

parent 03d09ec5
...@@ -69,8 +69,8 @@ function getList() { ...@@ -69,8 +69,8 @@ function getList() {
} }
function handleClose() { function handleClose() {
learVisible.value = false; clearVisible.value = false;
xportVisible.value = false; exportVisible.value = false;
} }
function timechange(e) { function timechange(e) {
...@@ -179,7 +179,7 @@ function exportSubmit() { ...@@ -179,7 +179,7 @@ function exportSubmit() {
function handleExport() { function handleExport() {
exportVisible.value = true; exportVisible.value = true;
Object.assign(exportFrom, { Object.assign(exportFrom, {
mo mo,
}); });
} }
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment