Compare commits
No commits in common. "a2591c60bc83d493562489c65c542577763c8f95" and "795c4d82c79e0d13cfe6174e0990e78b85098fdc" have entirely different histories.
a2591c60bc
...
795c4d82c7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue