|
@@ -199,9 +199,9 @@
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
title: "审核中"
|
|
title: "审核中"
|
|
})
|
|
})
|
|
- that.$api.doRequest('post', '/purchasePrice/purchasePriceEdit', that.list)
|
|
|
|
- .then(res => {
|
|
|
|
- if (res.data.code == 200) {
|
|
|
|
|
|
+ // that.$api.doRequest('post', '/purchasePrice/purchasePriceEdit', that.list)
|
|
|
|
+ // .then(res => {
|
|
|
|
+ // if (res.data.code == 200) {
|
|
that.$api.doRequest('post', '/workflow/api/handle', {
|
|
that.$api.doRequest('post', '/workflow/api/handle', {
|
|
approved: true,
|
|
approved: true,
|
|
auditMind: that.rejectInfo1,
|
|
auditMind: that.rejectInfo1,
|
|
@@ -222,10 +222,10 @@
|
|
that.$api.msg(res1.data.message);
|
|
that.$api.msg(res1.data.message);
|
|
}
|
|
}
|
|
})
|
|
})
|
|
- } else {
|
|
|
|
- that.$api.msg('系统异常,请联系管理员');
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
|
|
+ // } else {
|
|
|
|
+ // that.$api.msg('系统异常,请联系管理员');
|
|
|
|
+ // }
|
|
|
|
+ // })
|
|
}
|
|
}
|
|
}
|
|
}
|
|
})
|
|
})
|