|
|
@@ -721,7 +721,6 @@ export default {
|
|
|
eaiId: _this.form.eaiLink ? -1 : null,
|
|
|
coderId: _this.form.coderLink ? -1 : null,
|
|
|
evalId: _this.form.evalLink ? -1 : null,
|
|
|
- eaiId: _this.form.evalLink ? -1 : null,
|
|
|
}).then(async (res) => {
|
|
|
const createdCourse = res.data.data;
|
|
|
if (createdCourse) {
|