mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-12 04:16:50 +08:00
修复新员工转正导出地址错误以及el-icon图标导致的项目无法启动
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<div class="title-text">社招新员工培训在线课程成绩单</div>
|
<div class="title-text">社招新员工培训在线课程成绩单</div>
|
||||||
<el-button class="download-btn" @click="exportData" style="color: #6699CC">
|
<el-button class="download-btn" @click="exportData" style="color: #6699CC">
|
||||||
<el-icon><Download /></el-icon>下载成绩单
|
下载成绩单
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -124,7 +124,7 @@ function exportData() {
|
|||||||
|
|
||||||
function openPostWindow(url, data) {
|
function openPostWindow(url, data) {
|
||||||
const form = document.createElement('form');
|
const form = document.createElement('form');
|
||||||
form.action = url;
|
form.action = 'https://u-pre.boe.com/manageApi/stu/project/exportGradeList';
|
||||||
form.method = 'POST';
|
form.method = 'POST';
|
||||||
form.target = '_blank';
|
form.target = '_blank';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user