Compare commits

..

No commits in common. "a2591c60bc83d493562489c65c542577763c8f95" and "795c4d82c79e0d13cfe6174e0990e78b85098fdc" have entirely different histories.

1 changed files with 1 additions and 6 deletions

View File

@ -98,13 +98,10 @@ import progressDialog from '@/views/teachingDesign/container/progress-dialog.vue
import msgUtils from "@/plugins/modal";
import * as commUtils from "@/utils/comm";
import * as Api_server from "@/api/apiService"; //
import useClassTaskStore from '@/store/modules/classTask'
const router = useRouter()
const userStore = useUserStore().user //
const currentNode = ref({})
const refs = ref([]);
const classTaskStore = useClassTaskStore();
const collectRef = (key) => {
return (el) => {
@ -516,9 +513,7 @@ const changeClass = async (type, row, other) => {
}
//
onMounted(async () => {
//
await classTaskStore.initJYInfo(userStore);
onMounted(() => {
})
</script>