mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-13 21:06:47 +08:00
测试
This commit is contained in:
@@ -390,8 +390,7 @@ watch(()=>trueFalse.value,(val)=>{
|
|||||||
watch(()=>errorData.value,(val)=>{
|
watch(()=>errorData.value,(val)=>{
|
||||||
if(val.data == null){
|
if(val.data == null){
|
||||||
ElMessage.error(val.msg)
|
ElMessage.error(val.msg)
|
||||||
// window.parent.postMessage({ type: 'navigate', path: '/uc/study/task' }, '*');
|
window.parent.postMessage({ type: 'navigate', path: '/uc/study/task',error:val.msg }, '*');
|
||||||
this.$router.go(-1);
|
|
||||||
}
|
}
|
||||||
},{deep:true})
|
},{deep:true})
|
||||||
const tableRankData = ref([])
|
const tableRankData = ref([])
|
||||||
|
|||||||
Reference in New Issue
Block a user