This commit is contained in:
parent
e04328abcc
commit
e0ec129a09
|
|
@ -128,8 +128,7 @@ export default {
|
|||
|
||||
// 新增或修改
|
||||
onHandleAddOrEditTeamBaseInfo(type, data) {
|
||||
this.dialogConfig.outerTitle =
|
||||
type === 1 ? '新增标段工程' : '修改标段工程'
|
||||
this.dialogConfig.outerTitle = type === 1 ? '新增班组' : '修改班组'
|
||||
|
||||
if (type === 2) {
|
||||
const { subId, phone, teamName, teamLeader, id } = data
|
||||
|
|
|
|||
|
|
@ -195,7 +195,7 @@ export default {
|
|||
|
||||
if (item.name === '今日打卡') {
|
||||
this.isAtt = '1'
|
||||
this.lightStatus = 2
|
||||
this.lightStatus = ''
|
||||
this.einStatus = ''
|
||||
this.dialogConfig.outerTitle = '人员信息'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue