This commit is contained in:
zhangsir
2024-05-28 19:00:18 +08:00
parent 35b93b6c53
commit 9118bc6af0

View File

@@ -390,7 +390,8 @@ watch(()=>trueFalse.value,(val)=>{
watch(()=>errorData.value,(val)=>{
if(val.data == null){
ElMessage.error(val.msg)
window.parent.postMessage({ type: 'navigate', path: '/uc/study/task' }, '*');
// window.parent.postMessage({ type: 'navigate', path: '/uc/study/task' }, '*');
this.$router.go(-1);
}
},{deep:true})
const tableRankData = ref([])