讲师费管理 分页

This commit is contained in:
gengxin
2025-03-04 20:56:14 +08:00
parent ce1e0faa8f
commit 55cd6ff6c3

View File

@@ -1100,14 +1100,14 @@ export default {
}
//TODO1
watchEffect(() => {
console.log('Item changed:', props.activeKeyProps);
if(props.activeKeyProps == 2){
state.searchParam.pageNo = 1;
getTableDate()
}
// 在这里你可以根据 props.item 进行一些操作
});
// watchEffect(() => {
// console.log('Item changed:', props.activeKeyProps);
// if(props.activeKeyProps == 2){
// state.searchParam.pageNo = 1;
// getTableDate()
// }
// // 在这里你可以根据 props.item 进行一些操作
// });
return {