mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 07:46:46 +08:00
feat:合并
This commit is contained in:
@@ -539,7 +539,6 @@ export default defineComponent({
|
||||
};
|
||||
|
||||
const visibleOpen = (offcourseId, name) => {
|
||||
console.log("offcourseId", offcourseId);
|
||||
state.offcourseId = offcourseId;
|
||||
|
||||
if (state.offcourseId) {
|
||||
@@ -702,7 +701,7 @@ export default defineComponent({
|
||||
message.destroy();
|
||||
return message.warning("课程名称重复,请重新填写");
|
||||
}
|
||||
console.log("state.offcourseId", state.offcourseId);
|
||||
|
||||
const postData = {
|
||||
id: state.offcourseId, //不传代表新增
|
||||
name: state.qdms_inputV1,
|
||||
|
||||
Reference in New Issue
Block a user