Selaa lähdekoodia

分钟搜索处理

1178232204@qq.com 3 vuotta sitten
vanhempi
commit
c1ee2a2c1f

+ 1 - 0
src/components/BlockLossManage/index.js

@@ -127,6 +127,7 @@ function BlockLossManage() {
             message.warning('开始时间与结束时间相差不能超过一年');
             return
         }
+        params.current = 1
         const param = {
             ...params,
             ...value,

+ 1 - 0
src/components/DiagManager/index.js

@@ -120,6 +120,7 @@ function DiagManager() {
   }
   //筛选查询
   const onFinish = (value) => {
+    params.current = 1
     const param = {
       ...params,
       ...value

+ 1 - 0
src/components/DocTemplate/index.js

@@ -89,6 +89,7 @@ function DocTemplate() {
 	}
   }*/
   const onFinish = (value) => {
+	params.current = 1
 	const param = {
 	  ...params,
 	  ...value,

+ 1 - 0
src/components/DrugManager/index.js

@@ -120,6 +120,7 @@ function DrugManager() {
   }
   //筛选查询
   const onFinish = (value) => {
+	params.current = 1
 	const param = {
 	  ...params,
 	  ...value

+ 1 - 0
src/components/DutyRecord/index.js

@@ -123,6 +123,7 @@ function DutyRecord() {
 		    message.warning('开始时间不能大于结束时间');
 		    return
 		}
+		params.current = 1
 		const param = {
 			...params,
 			...value,

+ 1 - 0
src/components/FieldProblem/index.js

@@ -142,6 +142,7 @@ function FieldProblem() {
             message.warning('开始时间与结束时间相差不能超过一年');
             return
         }
+        params.current = 1
         const param = {
             ...params,
             ...value,

+ 1 - 0
src/components/FieldRules/index.js

@@ -315,6 +315,7 @@ function FieldRules() {
         setSelectedRowKeys([])
     }
     const onFinish = (value) => {
+        params.current = 1
         const param = {
             ...params,
             ...value,

+ 1 - 0
src/components/RegularManage/index.js

@@ -164,6 +164,7 @@ function RegularManage() {
         setSelectedRowKeys(selectedRowKeys);
     };
     const onFinish = (value) => {
+        params.current = 1
         const param = {
             ...params,
             ...value,

+ 1 - 0
src/components/SurgeryManager/index.js

@@ -119,6 +119,7 @@ function SurgManager() {
   }
   //筛选查询
   const onFinish = (value) => {
+	params.current = 1
 	const param = {
 	  ...params,
 	  ...value