Ver Fonte

新增页面

wangshuangpan há 2 meses atrás
pai
commit
b5f4e1a247

+ 4 - 4
health-admin/src/main/resources/templates/dtp/recipe/add.html

@@ -286,7 +286,7 @@
         }
     }
     function sendImageToServer(file) {
-        debugger;
+        ;
         var formdata = new FormData();
         formdata.append("prescriptionfile", file);
         $.ajax({
@@ -396,7 +396,7 @@
 
         }
 
-            debugger
+
             log.info(data);
             $.ajax({
                 cache: true,
@@ -408,7 +408,7 @@
                     $.modal.alertError("系统错误");
                 },
                 success: function (data) {
-                    debugger
+
                         if(flag){
                             $('#myModal').modal('show');
                         }else{
@@ -466,7 +466,7 @@
     }
 
     function doSubmithz(index, layero){
-        debugger
+
     var rows = layero.find("iframe")[0].contentWindow.selectTableObject();
     if (rows.length == 0) {
         $.modal.alertWarning("请至少选择一条记录");