|
|
@ -1035,8 +1035,7 @@ export default {
|
|
|
|
this.startDeal();
|
|
|
|
this.startDeal();
|
|
|
|
}).catch(() => {
|
|
|
|
}).catch(() => {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
} else if (temp.tagStatus === 2 || temp.tagStatus === 1) {
|
|
|
|
else if (temp.tagStatus === 2 || temp.tagStatus === 1) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.formData = temp;
|
|
|
|
this.formData = temp;
|
|
|
|
this.panelALive = true
|
|
|
|
this.panelALive = true
|
|
|
@ -1066,8 +1065,8 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
confirmSelect(row) {
|
|
|
|
confirmSelect(row) {
|
|
|
|
|
|
|
|
|
|
|
|
this.formData = row;
|
|
|
|
this.formData = row;
|
|
|
|
|
|
|
|
this.formData.workPlaceCode = this.workplaceId;
|
|
|
|
this.startDeal();
|
|
|
|
this.startDeal();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|