|
@@ -160,7 +160,7 @@ export default {
|
|
|
cr: 0
|
|
|
},
|
|
|
DetailsOfProposal: '',
|
|
|
- lateStatus: 1,
|
|
|
+ lateStatus: '',
|
|
|
bizIdCode: '',
|
|
|
projectIdCode: '',
|
|
|
ids: [],
|
|
@@ -192,6 +192,7 @@ export default {
|
|
|
this.dataChange = this.clienData
|
|
|
this.dataChange.cr = 0
|
|
|
this.dataChange.configIn = 2
|
|
|
+ this.dataChange.lateStatus = 1
|
|
|
if (this.dataChange.id) {
|
|
|
if (this.dataChange.lateStatus === 1) {
|
|
|
this.lateStatusBtn1 = 'success'
|
|
@@ -287,7 +288,6 @@ export default {
|
|
|
typeof (this.DetailsOfProposal) === 'string' ? this.dataChange.joinTest = this.DetailsOfProposal : ''
|
|
|
this.dataChange.bizId = Number(localStorage.getItem('bizId'))
|
|
|
this.dataChange.taskIds = this.ids
|
|
|
- this.dataChange.lateStatus = this.lateStatus
|
|
|
this.dataChange.type = 1
|
|
|
this.userData = { ename: this.userInformation, name: this.userNames }
|
|
|
this.objData = { launchTestInfo: this.dataChange, user: this.userData }
|