|
|
@@ -107,7 +107,7 @@
|
|
|
|
|
|
<!-- 弹出层选人 -->
|
|
|
<van-popup v-model="popupShow" round position="bottom" :style="{ height: '80%',background: '#F4F4F4' }" >
|
|
|
- <ChooseSomeone ref="ChooseSomeoneOne" :groupView="this.groupViewNum" :groupViewBack="true" :peopleList="peopleList" :IsOverTime="true" :deptIdTree="deptIdTree" @ChooseSomeoneChanhe="chooseSomeoneChanhe" :peopleListId="peopleListId" ></ChooseSomeone>
|
|
|
+ <ChooseSomeone ref="ChooseSomeoneOne" :groupView="this.groupViewNum" :groupViewBack="true" :peopleList="peopleList" :IsOverTime="true" :deptIdTree="deptIdTree" @ChooseSomeoneChanhe="chooseSomeoneChanhe" :peopleListId="peopleListId" :key="ChooseSomeoneKey"></ChooseSomeone>
|
|
|
</van-popup>
|
|
|
|
|
|
<!-- 加班日期 -->
|
|
|
@@ -159,6 +159,8 @@ name: 'OvertimeApply',
|
|
|
deptIdTree: [],//部门及人员树状结构数据
|
|
|
groupViewNum:3,
|
|
|
peopleType:0,
|
|
|
+ ChooseSomeoneKey:0,
|
|
|
+
|
|
|
//用餐类别
|
|
|
mealTypeText: '',
|
|
|
// 用餐类别选择器
|
|
|
@@ -296,6 +298,8 @@ name: 'OvertimeApply',
|
|
|
if (this.$refs.calendarRef && this.$refs.calendarRef.reset) {
|
|
|
this.$refs.calendarRef.reset();
|
|
|
}
|
|
|
+
|
|
|
+ this.ChooseSomeoneKey++
|
|
|
},
|
|
|
|
|
|
|