@@ -443,7 +443,7 @@ export default {
execOrgType: null,
checkOrgType: null,
planStatus: null,
- pageSize: 20,
+ pageSize: 10,
pageNum: 1,
checkSub: false,
orgId: null,
@@ -1,6 +1,6 @@
<template>
<div class="edu-training-edit">
- <DialogCom :title="'培训任务临时登记'" :close="onHide" :visible.sync="isShow" width="960px">
+ <DialogCom :title="'培训任务临时登记'" @close="onHide" :visible.sync="isShow" width="960px">
<div class="page-body">
<el-form :model="formData" :rules="formDataRules" size="small" ref="newTask" label-position="right"
label-width="120px">
- <DialogCom :title="'培训登记'" :close="onHide" :visible.sync="isShow" width="960px">
+ <DialogCom :title="'培训登记'" @close="onHide" :visible.sync="isShow" width="960px">
<el-form :model="formData" :rules="formDataRules" size="small" ref="perform" label-position="right"
label-width="120px" label-prefix=":">
@@ -437,7 +437,7 @@ export default {
// 查询参数
queryParams: {
name: undefined,
status: undefined,
parentId: undefined,
@@ -459,7 +459,7 @@ export default {
},
orgName: null,
deviceName: null,
@@ -643,7 +643,7 @@ export default {
username: null,
phone: null,
status: null,
@@ -226,7 +226,7 @@ export default {
isEnable: "1",
range: [formatTime(timeb), formatTime(timea)],
total: 0,
@@ -128,7 +128,7 @@ export default {
checkSub: true,
isEnable:false,