mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
讲师费用管理,页面跳转,刷新页面
This commit is contained in:
@@ -266,10 +266,10 @@ export default {
|
|||||||
props: {
|
props: {
|
||||||
activeKeyProps: String,
|
activeKeyProps: String,
|
||||||
},
|
},
|
||||||
setup() {
|
setup(props) {
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
console.log("activeKeyProps",activeKeyProps)
|
console.log("props.activeKeyProps",props.activeKeyProps)
|
||||||
// const search = sessionStorage.getItem('searchApprlval')
|
// const search = sessionStorage.getItem('searchApprlval')
|
||||||
// console.log(search,'search')
|
// console.log(search,'search')
|
||||||
// if(search){
|
// if(search){
|
||||||
|
|||||||
Reference in New Issue
Block a user