wupengfei há 2 anos atrás
pai
commit
06a441a4ad

+ 1 - 2
.idea/workspace.xml

@@ -3,7 +3,6 @@
   <component name="ChangeListManager">
     <list default="true" id="a760c6e5-d38f-48d9-be27-0f7a4f48e29f" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/store/controller/CollectInfo.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/store/controller/CollectInfo.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/store/view/collect_info/index_search.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/store/view/collect_info/index_search.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
@@ -150,7 +149,7 @@
       <workItem from="1661820079823" duration="2898000" />
       <workItem from="1661907611720" duration="5931000" />
       <workItem from="1661993135050" duration="4377000" />
-      <workItem from="1662078426211" duration="3728000" />
+      <workItem from="1662078426211" duration="3789000" />
     </task>
     <servers />
   </component>

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

@@ -44,7 +44,7 @@
         })
 
         $('#exportExcl').click(function () {
-            $("#exportForm2").attr('action', '/store/collect_info/export_excl' + $('#form').serialize())
+            $("#exportForm2").attr('action', '/store/collect_info/export_excl?' + $('#form').serialize())
         })
     </script>
     <script>form.render()</script>