|
@@ -6602,7 +6602,7 @@ U.MD.D.I.openApplicationUpload = function (str, cid, stage, task, tool) {
|
|
|
|
|
|
|
|
|
U.MD.D.I.getUploadContent = function (cid, s, task, t, uid, atool, type, iframe) {
|
|
|
- U.A.Request(US.Config.pbl + "selectWorksDetail2-u?uid=" + uid + "&cid=" + cid + "&stage=" + s + "&task=" + task + "&tool=" + t + "&type=" + type + "&atool=" + atool, [], function (res) {
|
|
|
+ U.A.Request(US.Config.pbl + "selectWorksDetail2u?uid=" + uid + "&cid=" + cid + "&stage=" + s + "&task=" + task + "&tool=" + t + "&type=" + type + "&atool=" + atool, [], function (res) {
|
|
|
if (res.value[0].length > 0) {
|
|
|
if(atool == 57){
|
|
|
iframe.contentWindow.loadingXml(res.value[0][0].content)
|