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