|
@@ -8,7 +8,7 @@
|
|
|
></evaluation-title>
|
|
|
|
|
|
<el-card class="box-card" style="margin-bottom: 10px;">
|
|
|
- <mx-condition :query-params="queryParams" :require-fields="requireFields" :local-data="groupSource"
|
|
|
+ <mx-condition :query-params="queryParams" :local-data="groupSource"
|
|
|
@query="handleGroupQuery" class="mb10"
|
|
|
></mx-condition>
|
|
|
</el-card>
|
|
@@ -37,7 +37,7 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- requireFields: ['localGroupId'],
|
|
|
+ // requireFields: ['localGroupId'],
|
|
|
studentList: [],
|
|
|
pageForm:{
|
|
|
ParamsName: 'pageForm',
|
|
@@ -45,7 +45,7 @@ export default {
|
|
|
pageSize: 10,
|
|
|
total: 0
|
|
|
},
|
|
|
- queryParams: null
|
|
|
+ queryParams: { }
|
|
|
}
|
|
|
},
|
|
|
computed: {
|