mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 07:16:46 +08:00
讲师管理bug
This commit is contained in:
@@ -262,6 +262,7 @@
|
||||
})
|
||||
onMounted(()=>{
|
||||
const search = sessionStorage.getItem('searchApprlval')
|
||||
console.log(search,'search')
|
||||
if(search){
|
||||
state.searchParam = JSON.parse(search)
|
||||
state.searchdate = state.searchParam.searchdate
|
||||
@@ -512,6 +513,7 @@
|
||||
const searchSubmit = () => {
|
||||
state.searchParam.pageNo = 1;
|
||||
getTableDate();
|
||||
sessionStorage.removeItem('searchApprlval')
|
||||
};
|
||||
//重置
|
||||
const searchReset = () => {
|
||||
@@ -531,6 +533,7 @@
|
||||
pageSize: 10 ,
|
||||
};
|
||||
getTableDate();
|
||||
sessionStorage.removeItem('searchApprlval')
|
||||
};
|
||||
// //修改时间
|
||||
// function searchTimeChange(time, timeStr) {
|
||||
|
||||
Reference in New Issue
Block a user