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:
@@ -266,10 +266,10 @@ export default {
|
||||
props: {
|
||||
activeKeyProps: String,
|
||||
},
|
||||
setup() {
|
||||
setup(props) {
|
||||
|
||||
onMounted(() => {
|
||||
console.log("activeKeyProps",activeKeyProps)
|
||||
console.log("props.activeKeyProps",props.activeKeyProps)
|
||||
// const search = sessionStorage.getItem('searchApprlval')
|
||||
// console.log(search,'search')
|
||||
// if(search){
|
||||
|
||||
Reference in New Issue
Block a user