提交 eccc8d20 authored 作者: 刘旭's avatar 刘旭

修改bug

上级 3c4c861e
......@@ -14,7 +14,7 @@
<script setup lang='ts'>
import useInstance from '@/hooks/useInstance';
import { cleanSession, getToken } from '@/utils/auth';
import {store} from '@/store/index'
import { store } from '@/store/index'
import { ref, reactive } from 'vue'
import router from '@/router';
const { global } = useInstance()
......@@ -52,7 +52,7 @@ const loginOut = async () => {
// }
//跳转个人信息
const userInfo = async () => {
router.push({path:'/user'})
router.push({ path: '/user' })
}
</script>
<style scoped lang='scss'>
......
......@@ -249,8 +249,8 @@ const page = (
tableList.value = res.data.records;
total.value = res.data.total;
}
filterForm.value.dateFrom = ''
filterForm.value.dateTo = ''
// filterForm.value.dateFrom = ''
// filterForm.value.dateTo = ''
});
};
// 每页新条数
......
......@@ -228,8 +228,8 @@ const page = (
tableList.value = res.data.records;
total.value = res.data.total;
}
filterForm.value.dateFrom = ''
filterForm.value.dateTo = ''
// filterForm.value.dateFrom = ''
// filterForm.value.dateTo = ''
});
};
// 每页新条数
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论