|
@@ -2284,6 +2284,10 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
_userinfo = US.userInfo, //登录用户信息
|
|
|
_userid = US.userInfo.userid //登录用户id
|
|
|
let _iframe;
|
|
|
+ let _cid = cid,
|
|
|
+ _stage = stage,
|
|
|
+ _task = task,
|
|
|
+ _tool = tool;
|
|
|
var _jie = $$("div", {
|
|
|
"style": {
|
|
|
"position": "absolute",
|
|
@@ -2625,10 +2629,6 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
_iframe.contentWindow.document.body.appendChild(script4);
|
|
|
};
|
|
|
}
|
|
|
- // let cid = cid,
|
|
|
- // stage = stage,
|
|
|
- // task = task,
|
|
|
- // tool = tool;
|
|
|
_jie.onclick = () => {
|
|
|
_loading.style.display = 'flex'
|
|
|
console.log(_loading);
|
|
@@ -2653,19 +2653,19 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
"'" +
|
|
|
", " +
|
|
|
"'" +
|
|
|
- cid +
|
|
|
+ _cid +
|
|
|
"'" +
|
|
|
", " +
|
|
|
"'" +
|
|
|
- stage +
|
|
|
+ _stage +
|
|
|
"'" +
|
|
|
", " +
|
|
|
"'" +
|
|
|
- task +
|
|
|
+ _task +
|
|
|
"'" +
|
|
|
", " +
|
|
|
"'" +
|
|
|
- tool +
|
|
|
+ _tool +
|
|
|
"'" +
|
|
|
", " +
|
|
|
"'" +
|