mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
--fix bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user