mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 22:36:45 +08:00
提交
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<a-input
|
||||
v-model:value="params.name"
|
||||
style="width: 220px; height: 40px; border-radius: 8px"
|
||||
placeholder="请输入创建人"
|
||||
placeholder="请输入名称"
|
||||
maxlength="20"
|
||||
/>
|
||||
</div>
|
||||
@@ -78,10 +78,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="main_btns">
|
||||
<!-- <div class="main_btns">
|
||||
<button @click="closeDrawer" class="btn2">取消</button>
|
||||
<button @click="confirm" class="btn2">确定</button>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<template v-if="step == 2">
|
||||
@@ -897,12 +896,10 @@ const closeDrawer = () => {
|
||||
type: props.type,
|
||||
offcourseId: params.value.offcourseId,
|
||||
});
|
||||
emit("refresh");
|
||||
}
|
||||
};
|
||||
const emit = defineEmits(["call-parent-method"]);
|
||||
const confirm = async () => {
|
||||
closeDrawer();
|
||||
};
|
||||
const emit = defineEmits(["call-parent-method", "refresh"]);
|
||||
|
||||
const createNewCourse = () => {
|
||||
changeName.value = true;
|
||||
|
||||
Reference in New Issue
Block a user