Commit 85b79f3c authored by zhengke's avatar zhengke

修改

parent 55590ca5
......@@ -121,7 +121,7 @@
</q-card-section>
<q-separator />
<q-card-actions align="right" class="bg-white">
<q-btn label="取消" flat color="grey-10" style="font-weight:400 !important" @click="closeCourseForm" />
<q-btn label="取消" flat color="grey-10" style="font-weight:400 !important" @click="closeSaveForm" />
<q-btn label="立即提交" color="accent q-px-md" style="font-weight:400 !important" :loading="saveStudyAbroadLoading"
@click="saveStudyAbroad" />
</q-card-actions>
......@@ -221,7 +221,7 @@
}
},
//关闭弹窗
closeCourseForm() {
closeSaveForm() {
this.$emit("close");
this.persistent = false;
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment