讲师费用管理,页面跳转,刷新页面

This commit is contained in:
gengxin
2025-02-18 10:37:48 +08:00
parent c6530ed291
commit 22e5192109

View File

@@ -232,7 +232,7 @@
</div>
</template>
<script lang="jsx">
import { reactive, toRefs, ref, watch, computed, onMounted} from "vue";
import { reactive, toRefs, ref, watch, computed, onMounted, onUpdated} from "vue";
import { useRouter } from "vue-router";
import { message } from "ant-design-vue";
import dayjs from "dayjs";
@@ -268,6 +268,11 @@ export default {
},
setup(props) {
onUpdated(() => {
console.log("props.activeKeyProps",props.activeKeyProps)
});
onMounted(() => {
console.log("props.activeKeyProps",props.activeKeyProps)
// const search = sessionStorage.getItem('searchApprlval')