|
@@ -329,7 +329,7 @@ export default {
|
|
|
} else {
|
|
|
sortFocheckConflictrTask({ peopleList: this.form.peopleList, dayList: this.form.dayList }).then(res => {
|
|
|
if (res.code === 200) {
|
|
|
- res.data && res.data[0] ? this.tips = { text: '排期提醒!参与人员在设置的排期时间同时存在如下排期(此排期仅供参考)。', icon: 'el-icon-warning', col: '#FAAD14' } : this.tips = { text: '排期提醒!参与人员在设置的排期时间不存在其他的排期。', icon: 'el-icon-info', col: '#409EFF' }
|
|
|
+ res.data && res.data[0] ? this.tips = { text: '排期提醒!参与人员在设置的排期时间内同时存在如下排期(此排期仅供参考)。', icon: 'el-icon-warning', col: '#FAAD14' } : this.tips = { text: '排期提醒!参与人员在设置的排期时间不存在其他的排期。', icon: 'el-icon-info', col: '#409EFF' }
|
|
|
this.ScheduleTip = res.data
|
|
|
this.SchedulShow = true
|
|
|
}
|