Commit fce0dc69 authored by 吴春's avatar 吴春

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

parent e8de1ec3
......@@ -1270,7 +1270,7 @@ export default {
}, null)
},
goZhiDan: function(obj) {
let id = [59,63,78];
let id = [59,63];
let TCIDARR = [obj.TCIDS];
let orderObj = {
OrderID: 0,
......@@ -1438,7 +1438,7 @@ export default {
this.dataList.LeaderApply.Status = type;
let msg = this.dataList.LeaderApply;
this.apipost(
"dmcstatistics_post_AuditLeaderapply",
"dmcstatistics_post_AuditLeaderapply_V2",
msg,
res => {
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