Selaa lähdekoodia

Merge branch 'fix/invoke_response_info' into 'wrdp'

修改调用活动的响应脚本提示

See merge request o2oa/o2oa!2696
胡起 5 vuotta sitten
vanhempi
commit
f9a319151f

+ 2 - 2
o2web/source/x_component_process_ProcessDesigner/$Process/invoke.html

@@ -91,7 +91,7 @@
                 </tr>
             </table>
             <div class="MWFScriptText" name="jaxwsResponseScriptText"></div>
-            <div style="text-align:center; line-height:26px">使用 <font style="color: #e40000">this</font><font style="color: #666666">.response</font> 获取响应的JSON对象</div>
+            <div style="text-align:center; line-height:26px">使用 <font style="color: #e40000">this</font><font style="color: #666666">.response.get()</font> 获取响应的JSON对象</div>
 
         </div>
         <div id="text{$.id}webserviceInvokeModeJaxrs" style="display: text{($.invokeMode=='jaxrs')?'block':'none'}">
@@ -177,7 +177,7 @@
                 </tr>
             </table>
             <div class="MWFScriptText" name="jaxrsResponseScriptText"></div>
-            <div style="margin-left: 10px; line-height:26px">使用 <font style="color: #e40000">this</font><font style="color: #666666">.response</font> 获取响应的JSON对象</div>
+            <div style="margin-left: 10px; line-height:26px">使用 <font style="color: #e40000">this</font><font style="color: #666666">.response.get()</font> 获取响应的JSON对象</div>
         </div>
     </div>