|
@@ -283,7 +283,7 @@
|
|
|
this.$api.msg('驳回意见不能为空')
|
|
|
return
|
|
|
}
|
|
|
- this.$api.doRequest('post', '/workflow/api/handle', {
|
|
|
+ this.$api.doRequest('post', '/newWorkflow/api/handle', {
|
|
|
taskId: this.tradeList.taskId,
|
|
|
approved: false,
|
|
|
auditMind: this.auditMind,
|
|
@@ -312,7 +312,7 @@
|
|
|
this.$api.doRequest('post', '/tradeWarehouseReceiptAppl/api/editTradeWarehouseReceiptAppl', this.tradeList)
|
|
|
.then(res => {
|
|
|
if(res.data.code == 200){
|
|
|
- this.$api.doRequest('post', '/workflow/api/handle', {
|
|
|
+ this.$api.doRequest('post', '/newWorkflow/api/handle', {
|
|
|
taskId: this.tradeList.taskId,
|
|
|
approved: true,
|
|
|
auditMind: this.auditMind ? this.auditMind : "审核通过",
|
|
@@ -338,7 +338,7 @@
|
|
|
}
|
|
|
})
|
|
|
}else{
|
|
|
- this.$api.doRequest('post', '/workflow/api/handle', {
|
|
|
+ this.$api.doRequest('post', '/newWorkflow/api/handle', {
|
|
|
taskId: this.tradeList.taskId,
|
|
|
approved: true,
|
|
|
auditMind: this.auditMind ? this.auditMind : "审核通过",
|