浏览代码

后台管理

zhanghaoyu 7 年之前
父节点
当前提交
cffd2e9205

+ 1 - 0
patient-co-manage/wlyy-manage/src/main/webapp/WEB-INF/views/desizenMan/service_project_management.jsp

@ -800,6 +800,7 @@
                var file = document.getElementById("uploadfile").files[0];
                var _formData = new FormData()
                _formData.append('file', file)
                var index = layer.load(2);
                console.log(_formData)
                $.ajax({
                    url: ctx + "/admin/specialist/hospitalServiceItem/importData",