mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
讲师费管理 分页
This commit is contained in:
@@ -1100,14 +1100,14 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//TODO1
|
//TODO1
|
||||||
watchEffect(() => {
|
// watchEffect(() => {
|
||||||
console.log('Item changed:', props.activeKeyProps);
|
// console.log('Item changed:', props.activeKeyProps);
|
||||||
if(props.activeKeyProps == 2){
|
// if(props.activeKeyProps == 2){
|
||||||
state.searchParam.pageNo = 1;
|
// state.searchParam.pageNo = 1;
|
||||||
getTableDate()
|
// getTableDate()
|
||||||
}
|
// }
|
||||||
// 在这里你可以根据 props.item 进行一些操作
|
// // 在这里你可以根据 props.item 进行一些操作
|
||||||
});
|
// });
|
||||||
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user