xxxrrrdddd 2 years ago
parent
commit
d220bcf50e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      public/assets/js/backend/data_view.js

+ 5 - 0
public/assets/js/backend/data_view.js

@@ -8,6 +8,11 @@ function ($, undefined, Backend, Datatable, Table, Echarts, undefined, form) {
             Controller.api.bindevent()
         },
         order_data: function () {
+            $('button[type="submit"]').click(function (){
+                layer.load(1,{
+                    shade:.3
+                })
+            })
             Controller.api.bindevent()
         },
         api: {