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