2023年6月17日 修复部分问题

This commit is contained in:
bai 2023-06-17 00:43:38 +08:00
parent 70fc9ec050
commit 1fccdcbe9e
2 changed files with 3 additions and 4 deletions

View File

@ -39,14 +39,14 @@
<a-input placeholder="请输入听课教师工号" v-model:value="queryParam.upuseridLike"/>
</a-form-item>
</a-col>
<!-- <a-col :lg="8">
<a-col :lg="8">
<a-form-item label="数据来源">
<j-dict-select-tag
placeholder="请选择数据来源" v-model:value="queryParam.source"
:options="[{ value: 0, label: '课程中心'}, { value: 1, label: '老系统'},{ value: 2, label: '政务大厅'},{ value: 3, label: '纸质评价'}]"
/>
</a-form-item>
</a-col> -->
</a-col>
<!--</template>-->
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
@ -212,7 +212,7 @@ function onExportXls() {
let url = '/statistics/exportEvaluationXls';
if (url) {
let title = '评价量表统计';
return handleExportXls(title as string, url);
return handleExportXls(title as string, url, queryParam.value);
} else {
createMessage.warn('没有传递 export.url 参数');
return Promise.reject();

View File

@ -6,7 +6,6 @@ export const columns: BasicColumn[] = [
{
title: '任务类名',
dataIndex: 'jobClassName',
width: 200,
align: 'left',
},
{