Commit be886409 by 王勇飞

gyq

parent da06865a
...@@ -179,7 +179,7 @@ class BizOptCtl extends CtlBase { ...@@ -179,7 +179,7 @@ class BizOptCtl extends CtlBase {
let pushUrl = this.rysUrl + "/web/bizchance/bizoptCtl/testCloseProposal"; let pushUrl = this.rysUrl + "/web/bizchance/bizoptCtl/testCloseProposal";
let solutionBizId; let solutionBizId;
if (schemeRes.solution_bizid) { if (schemeRes.solution_bizid) {
solutionBizId = schemeRes.solution_bizid.replace(/_book/g, ""),; solutionBizId = schemeRes.solution_bizid.replace(/_book/g, "");
} }
let pushObj = { let pushObj = {
pushUrl: pushUrl, pushUrl: pushUrl,
......
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