This commit is contained in:
zhangsir
2024-05-28 19:03:42 +08:00
parent 9118bc6af0
commit b33d65fe36

View File

@@ -390,8 +390,7 @@ 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' }, '*');
this.$router.go(-1);
window.parent.postMessage({ type: 'navigate', path: '/uc/study/task',error:val.msg }, '*');
}
},{deep:true})
const tableRankData = ref([])