This commit is contained in:
zhangsir
2024-05-28 18:33:21 +08:00
parent e07528e8fe
commit 2329c77d33

View File

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