--fix bug

This commit is contained in:
yuping
2023-04-04 00:02:35 +08:00
parent 908dd886af
commit 800c49e2d1
2 changed files with 2 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ function confirm() {
function selectCourse(row) {
console.log(row);
if (!props.courseSyncFlag && !row.refId) {
if (!props.courseSyncFlag && row.refId != props.id) {
message.warning("请新建本项目在线课!");
return;
}