@steedos-widgets/amis-lib 1.3.14 → 1.3.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -6644,8 +6644,8 @@ function getAmisStaticFieldType(type, readonly, options){
6644
6644
  /*
6645
6645
  * @Author: baozhoutao@steedos.com
6646
6646
  * @Date: 2022-10-28 14:15:09
6647
- * @LastEditors: 孙浩林 sunhaolin@steedos.com
6648
- * @LastEditTime: 2023-11-24 13:45:24
6647
+ * @LastEditors: liaodaxue
6648
+ * @LastEditTime: 2023-10-30 17:51:54
6649
6649
  * @Description:
6650
6650
  */
6651
6651
 
@@ -6682,7 +6682,7 @@ const getAmisFileReadonlySchema = (steedosField)=>{
6682
6682
  <% let fileData = data._display.${steedosField.name}; if (fileData) { %>
6683
6683
  <% if(!Array.isArray(fileData)){ fileData = [fileData]} %>
6684
6684
  <% fileData.forEach(function(item) { %>
6685
- <a href='<%= item.url+"?download=1" %>' target='_self' class='block'><%= item.name %></a>
6685
+ <a href='<%= item.url %>' target='_self' class='block'><%= item.name %></a>
6686
6686
  <% });} %>`
6687
6687
  }
6688
6688
  }