This commit is contained in:
zhangsir
2024-05-28 17:41:48 +08:00
parent 85f66dde09
commit e07528e8fe

View File

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