课程提交后,弹出窗口关闭,如果再提交,需要不再打开

This commit is contained in:
daihh
2022-10-26 17:56:52 +08:00
parent 4ae06928f0
commit 86cb02e6f0

View File

@@ -1348,6 +1348,9 @@ export default {
this.$emit('submitSuccess');
} else {
this.$message.error(res.message);
this.biaoke.dlgShow = false;
this.weike.dlgShow = false;
this.$emit('submitSuccess');
}
});
}else{