|
@@ -24,7 +24,7 @@
|
|
</el-select>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item>
|
|
<el-form-item>
|
|
- <el-select clearable filterable placeholder="请选择所属学校" v-model="searchForm.schoolId">
|
|
|
|
|
|
+ <el-select clearable filterable placeholder="请选择所属学校" v-model="searchForm.cooperationOrganId">
|
|
<el-option v-for="(item,index) in cooperations" :key="index" :label="item.name" :value="item.id"></el-option>
|
|
<el-option v-for="(item,index) in cooperations" :key="index" :label="item.name" :value="item.id"></el-option>
|
|
</el-select>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -143,7 +143,7 @@ export default {
|
|
endTime: null,
|
|
endTime: null,
|
|
organId: null,
|
|
organId: null,
|
|
month: '',
|
|
month: '',
|
|
- schoolId: '',
|
|
|
|
|
|
+ cooperationOrganId: '',
|
|
organIdList: []
|
|
organIdList: []
|
|
},
|
|
},
|
|
tableList: [],
|
|
tableList: [],
|
|
@@ -245,7 +245,7 @@ export default {
|
|
startTime: null,
|
|
startTime: null,
|
|
endTime: null,
|
|
endTime: null,
|
|
month: '',
|
|
month: '',
|
|
- schoolId: '',
|
|
|
|
|
|
+ cooperationOrganId: '',
|
|
organIdList: []
|
|
organIdList: []
|
|
}
|
|
}
|
|
this.getList()
|
|
this.getList()
|