|
@@ -686,7 +686,8 @@ export default {
|
|
|
let data = {
|
|
|
ids: this.ids,
|
|
|
subId: this.subId,
|
|
|
- taskType: this.isApprove
|
|
|
+ taskType: this.isApprove,
|
|
|
+ torchvocType: this.torchvocType
|
|
|
}
|
|
|
handleConfirmTorchvoc(data).then(res => {
|
|
|
this.msgSuccess("确认成功");
|
|
@@ -702,7 +703,8 @@ export default {
|
|
|
let data = {
|
|
|
ids: this.ids,
|
|
|
subId: this.subId,
|
|
|
- remarks: value
|
|
|
+ remarks: value,
|
|
|
+ torchvocType: this.torchvocType
|
|
|
}
|
|
|
handleTurnDownTorchvoc(data).then(res => {
|
|
|
this.msgSuccess("驳回成功");
|