mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
讲师费用管理,页面跳转,刷新页面
This commit is contained in:
@@ -232,7 +232,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script lang="jsx">
|
<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 { useRouter } from "vue-router";
|
||||||
import { message } from "ant-design-vue";
|
import { message } from "ant-design-vue";
|
||||||
import dayjs from "dayjs";
|
import dayjs from "dayjs";
|
||||||
@@ -268,6 +268,11 @@ export default {
|
|||||||
},
|
},
|
||||||
setup(props) {
|
setup(props) {
|
||||||
|
|
||||||
|
onUpdated(() => {
|
||||||
|
console.log("props.activeKeyProps",props.activeKeyProps)
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
console.log("props.activeKeyProps",props.activeKeyProps)
|
console.log("props.activeKeyProps",props.activeKeyProps)
|
||||||
// const search = sessionStorage.getItem('searchApprlval')
|
// const search = sessionStorage.getItem('searchApprlval')
|
||||||
|
|||||||
Reference in New Issue
Block a user