mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
课程提交后,弹出窗口关闭,如果再提交,需要不再打开
This commit is contained in:
@@ -1348,6 +1348,9 @@ export default {
|
|||||||
this.$emit('submitSuccess');
|
this.$emit('submitSuccess');
|
||||||
} else {
|
} else {
|
||||||
this.$message.error(res.message);
|
this.$message.error(res.message);
|
||||||
|
this.biaoke.dlgShow = false;
|
||||||
|
this.weike.dlgShow = false;
|
||||||
|
this.$emit('submitSuccess');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
Reference in New Issue
Block a user