|
@@ -120,7 +120,7 @@
|
|
|
<el-option v-for="(item, index) in selUserList" :key="index" :label="item.name" :value="item.id"></el-option>
|
|
|
</el-select>
|
|
|
|
|
|
- <selectCat :subject="selUserList" :subjectId="userId" :size="mini" @selectCal="selectCal" v-if="(ins == 6 || ins == 8 || ins == 9 || ins == 10 || ins == 11 || ins == 14) && user.userNameNeedTranslate == '1'"></selectCat>
|
|
|
+ <selectCat :subject="selUserList" :subjectId="userId" :clearable="true" :size="mini" @selectCal="selectCal" v-if="(ins == 6 || ins == 8 || ins == 9 || ins == 10 || ins == 11 || ins == 14) && user.userNameNeedTranslate == '1'"></selectCat>
|
|
|
|
|
|
|
|
|
<!-- 待审核筛选切换 -->
|
|
@@ -1803,7 +1803,7 @@ export default {
|
|
|
obj.userId = this.userId
|
|
|
}
|
|
|
console.log(this.departmentIdArray, '加班情况统计表')
|
|
|
- if(this.departmentIdArray.length != 0){
|
|
|
+ if(this.departmentIdArray.length != 0 && this.departmentIdArray[0] != ''){
|
|
|
let deptid = []
|
|
|
if(this.user.userNameNeedTranslate != '1') {
|
|
|
for(let i in this.departmentIdArray){
|