mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
讲师费用管理,页面跳转,刷新页面
This commit is contained in:
@@ -568,6 +568,7 @@ export default {
|
||||
// }
|
||||
// List接口数据
|
||||
const getTableDate = (obj) => {
|
||||
console.log("执行 getTableDate")
|
||||
state.tableLoading = true
|
||||
let objA = { ...state.searchParam };
|
||||
objA.beginTime = state.searchdate ? dayjs(state.searchdate[0]).format("YYYY-MM-DD") : "",
|
||||
@@ -1103,6 +1104,7 @@ export default {
|
||||
watchEffect(() => {
|
||||
console.log('Item changed:', props.activeKeyProps);
|
||||
if(props.activeKeyProps == 2){
|
||||
state.searchParam.pageNo = 1;
|
||||
getTableDate()
|
||||
}
|
||||
// 在这里你可以根据 props.item 进行一些操作
|
||||
|
||||
Reference in New Issue
Block a user