sugangqiang 2 yıl önce
ebeveyn
işleme
3e91d757aa

+ 1 - 1
public/static/modular/enterprise/enterprisechangeRecord/ep_change_record_detail.js

@@ -117,7 +117,7 @@ ecre.initFileTypeColumn =  function(){
 }
 
 ecre.downloadFile = function(id,type) {
-	window.location.href = Feng.ctxPath + '/api/common/downloadFile?id='+id+"&type="+type;
+	window.location.href = Feng.ctxPath + '/common/api/downloadFile?id='+id+"&type="+type;
 };