针对这个删除方法删除数据HrWorkHandoverFileApidel =functionparameter var url= HrWorkHandoverFileApibaseUrl + del; return rxAjaxpostUrlurlparameter;的js请求删除是这样吗 HrWorkHandoverFileApidelfilefileId;如果不是请
根据给出的删除方法,JavaScript请求删除的方式应该是这样的:
HrWorkHandoverFileApi.del(file.fileId);
这个调用会将file.fileId作为参数传递给HrWorkHandoverFileApi.del方法,然后将结果返回。
原文地址: http://www.cveoy.top/t/topic/iZnj 著作权归作者所有。请勿转载和采集!