Jelajahi Sumber

文件删除get请求长度太长,将id提前放置修改

user5 4 tahun lalu
induk
melakukan
1cecf98e3e

+ 1 - 1
src/main/webapp/webpage/modules/projectAccessory/workAttachmentForm.jsp

@@ -194,7 +194,7 @@
 										<span>
 										</span>
 										<c:if test="${workClientAttachment.createBy.id eq fns:getUser().id}">
-											<a href="javascript:void(0)" onclick="deleteFileFromAliyun(this,'${ctx}/sys/workattachment/deleteFileFromAliyun?url=${workClientAttachment.url}&id=${workClientAttachment.id}&type=2','addFile')" class="op-btn op-btn-delete" ><i class="fa fa-trash"></i>&nbsp;删除</a>
+											<a href="javascript:void(0)" onclick="deleteFileFromAliyun(this,'${ctx}/sys/workattachment/deleteFileFromAliyun?id=${workClientAttachment.id}&type=2&url=${workClientAttachment.url}','addFile')" class="op-btn op-btn-delete" ><i class="fa fa-trash"></i>&nbsp;删除</a>
 										</c:if>
 									</div>
 								</td>