wupengfei 2 år sedan
förälder
incheckning
45fc15c1dc
2 ändrade filer med 4 tillägg och 5 borttagningar
  1. 3 3
      .idea/workspace.xml
  2. 1 2
      application/store/view/collect_info/index_search.html

+ 3 - 3
.idea/workspace.xml

@@ -149,7 +149,7 @@
       <workItem from="1661820079823" duration="2898000" />
       <workItem from="1661907611720" duration="5931000" />
       <workItem from="1661993135050" duration="4377000" />
-      <workItem from="1662078426211" duration="3478000" />
+      <workItem from="1662078426211" duration="3566000" />
     </task>
     <servers />
   </component>
@@ -161,10 +161,10 @@
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
     <state x="1074" y="450" key="#com.intellij.fileTypes.FileTypeChooser/0.0.2560.1400@0.0.2560.1400" timestamp="1661756113381" />
-    <state x="384" y="199" width="1672" height="1026" key="DiffContextDialog" timestamp="1661395616735">
+    <state x="384" y="199" width="1672" height="1026" key="DiffContextDialog" timestamp="1662098158202">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
-    <state x="384" y="199" width="1672" height="1026" key="DiffContextDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1661395616735" />
+    <state x="384" y="199" width="1672" height="1026" key="DiffContextDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1662098158202" />
     <state x="1387" y="523" key="FileChooserDialogImpl" timestamp="1661422023967">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>

+ 1 - 2
application/store/view/collect_info/index_search.html

@@ -24,7 +24,6 @@
             <button class="layui-btn layui-btn-primary"><i class="layui-icon">&#xe615;</i> 搜 索</button>
         </div>
     </form>
-
     <form action="" id="exportForm" method="post" style="display: inline;" >
         <button class="layui-btn layui-btn-primary layui-btn-sm" id="exportButton" type="submit" style="height: 32px;width: 80.69px;margin-left:3px; margin-bottom: 15px">
             <i class="layui-icon">&#xe608;</i>导出列表
@@ -45,7 +44,7 @@
         })
 
         $('#exportExcl').click(function () {
-            $("#exportForm2").attr('action', '/store/collect_info/export_excl';
+            $("#exportForm2").attr('action', '/store/collect_info/export_excl')
         })
     </script>
     <script>form.render()</script>