|
@@ -322,9 +322,8 @@ export default {
|
|
|
teamSearchInfo: this.searchForm,
|
|
|
searchScheduleInfo: { origin: this.origin }
|
|
|
}
|
|
|
- if (this.checkedMembers.length > 0) {
|
|
|
- params.peoples = this.checkedMembers
|
|
|
- }
|
|
|
+
|
|
|
+ params.peoples = this.checkedMembers
|
|
|
const res = await queryTeamWorkListByTime(params)
|
|
|
if (res.code === 200) {
|
|
|
const colorList = ['#08AC85', '#0C77E5', '#ED5209', '#D1C200']
|