|
|
@@ -181,6 +181,9 @@ public class ESignTemplateControllerBean extends AbstractESignTemplateController
|
|
|
throw new BOSException(jsonObject.getString("message"));
|
|
|
}
|
|
|
JSONObject data = jsonObject.getJSONObject("data");
|
|
|
+ //Ä£°åÃû³Æ
|
|
|
+ String docTemplateName = data.getString("docTemplateName");
|
|
|
+ entryInfo.setName(docTemplateName);
|
|
|
//¸½¼þÏÂÔØµØÖ·
|
|
|
//String fileDownloadUrl = data.getString("fileDownloadUrl");
|
|
|
JSONArray components = data.getJSONArray("components");
|