mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
讲师费用管理,页面跳转,刷新页面
This commit is contained in:
@@ -270,14 +270,7 @@ export default {
|
||||
|
||||
let initData = ref(false);
|
||||
|
||||
watchEffect(() => {
|
||||
console.log('Item changed:', props.activeKeyProps);
|
||||
if(!initData.value && props.activeKeyProps == 2){
|
||||
getTableDate()
|
||||
}
|
||||
// 在这里你可以根据 props.item 进行一些操作
|
||||
});
|
||||
|
||||
|
||||
onMounted(() => {
|
||||
console.log("props.activeKeyProps",props.activeKeyProps)
|
||||
// const search = sessionStorage.getItem('searchApprlval')
|
||||
@@ -434,8 +427,7 @@ export default {
|
||||
{ value: "E10", label: "审核打回", },
|
||||
{ value: "S20", label: "审核通过", },
|
||||
])
|
||||
watch(
|
||||
)
|
||||
|
||||
//切换筛选
|
||||
const handlemoreid = () => {
|
||||
if (state.moreid == 1) {
|
||||
@@ -1111,6 +1103,16 @@ export default {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
watchEffect(() => {
|
||||
console.log('Item changed:', props.activeKeyProps);
|
||||
if(!initData.value && props.activeKeyProps == 2){
|
||||
getTableDate()
|
||||
}
|
||||
// 在这里你可以根据 props.item 进行一些操作
|
||||
});
|
||||
|
||||
|
||||
return {
|
||||
...toRefs(state),
|
||||
enterPressHadlerSearch,
|
||||
|
||||
Reference in New Issue
Block a user