|
|
@@ -26,7 +26,7 @@
|
|
|
noResultsText="没有搜索结果"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="培训任务名称:" label-width="50">
|
|
|
+ <el-form-item label="演练任务名称:" label-width="50">
|
|
|
<el-select v-model="queryParams.planId" @change="changeHandler">
|
|
|
<el-option
|
|
|
v-for="item in options"
|
|
|
@@ -211,9 +211,10 @@ export default {
|
|
|
this.queryParams = {
|
|
|
orgId: this.orgId,
|
|
|
planId: this.options[0].id,
|
|
|
+ range: [new Date(), new Date()],
|
|
|
};
|
|
|
|
|
|
- this.getList();
|
|
|
+ //this.getList();
|
|
|
},
|
|
|
/** 导出按钮操作 */
|
|
|
handleExport() {
|