Commit fce0dc69 authored by 吴春's avatar 吴春

领队报账页面审核接口名称修改

parent e8de1ec3
...@@ -1270,7 +1270,7 @@ export default { ...@@ -1270,7 +1270,7 @@ export default {
}, null) }, null)
}, },
goZhiDan: function(obj) { goZhiDan: function(obj) {
let id = [59,63,78]; let id = [59,63];
let TCIDARR = [obj.TCIDS]; let TCIDARR = [obj.TCIDS];
let orderObj = { let orderObj = {
OrderID: 0, OrderID: 0,
...@@ -1438,7 +1438,7 @@ export default { ...@@ -1438,7 +1438,7 @@ export default {
this.dataList.LeaderApply.Status = type; this.dataList.LeaderApply.Status = type;
let msg = this.dataList.LeaderApply; let msg = this.dataList.LeaderApply;
this.apipost( this.apipost(
"dmcstatistics_post_AuditLeaderapply", "dmcstatistics_post_AuditLeaderapply_V2",
msg, msg,
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment