Commit 94fee42f authored by wangchunxiang's avatar wangchunxiang

修复bug

parent 94e6bd7e
Pipeline #2085 passed with stage
in 0 seconds
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -8,5 +8,5 @@ ...@@ -8,5 +8,5 @@
<link rel="shortcut icon" href="./favicon.png"><link href="./css\1.css" rel="stylesheet"><link href="./css\index.css" rel="stylesheet"></head> <link rel="shortcut icon" href="./favicon.png"><link href="./css\1.css" rel="stylesheet"><link href="./css\index.css" rel="stylesheet"></head>
<body> <body>
<div id="ice-container"></div> <div id="ice-container"></div>
<script type="text/javascript" src="./vendors~index.a924e8bb586f543bbe22.js"></script><script type="text/javascript" src="./index.7912559bb533e8120865.js"></script></body> <script type="text/javascript" src="./vendors~index.a924e8bb586f543bbe22.js"></script><script type="text/javascript" src="./index.8cfda429281ba29719a0.js"></script></body>
</html> </html>
...@@ -67,7 +67,7 @@ const { TextArea } = Input; ...@@ -67,7 +67,7 @@ const { TextArea } = Input;
pager = (page) => { pager = (page) => {
this.defaultParams = Object.assign({},this.defaultParams,{page_index:page}); this.defaultParams = Object.assign({},this.defaultParams,{page:page});
this.getList(this.defaultParams); this.getList(this.defaultParams);
}; };
getTableQuery=(params)=>{ getTableQuery=(params)=>{
......
...@@ -118,7 +118,7 @@ const { TextArea } = Input; ...@@ -118,7 +118,7 @@ const { TextArea } = Input;
}) })
} }
pager = (page) => { pager = (page) => {
this.defaultParams = Object.assign({},this.defaultParams,{page_index:page}); this.defaultParams = Object.assign({},this.defaultParams,{page:page});
this.getList(this.defaultParams); this.getList(this.defaultParams);
}; };
getTableQuery=(params)=>{ getTableQuery=(params)=>{
......
...@@ -113,7 +113,7 @@ const { TextArea } = Input; ...@@ -113,7 +113,7 @@ const { TextArea } = Input;
pager = (page) => { pager = (page) => {
this.defaultParams = Object.assign({},this.defaultParams,{page_index:page}); this.defaultParams = Object.assign({},this.defaultParams,{page:page});
this.getList(this.defaultParams); this.getList(this.defaultParams);
}; };
getTableQuery=(params)=>{ getTableQuery=(params)=>{
......
...@@ -90,7 +90,7 @@ const { TextArea } = Input; ...@@ -90,7 +90,7 @@ const { TextArea } = Input;
} }
pager = (page) => { pager = (page) => {
this.defaultParams = Object.assign({},this.defaultParams,{page_index:page}); this.defaultParams = Object.assign({},this.defaultParams,{page:page});
this.getList(this.defaultParams); this.getList(this.defaultParams);
}; };
getTableQuery=(params)=>{ getTableQuery=(params)=>{
......
...@@ -91,7 +91,7 @@ const { TextArea } = Input; ...@@ -91,7 +91,7 @@ const { TextArea } = Input;
pager = (page) => { pager = (page) => {
this.defaultParams = Object.assign({},this.defaultParams,{page_index:page}); this.defaultParams = Object.assign({},this.defaultParams,{page:page});
this.getList(this.defaultParams); this.getList(this.defaultParams);
}; };
getTableQuery=(params)=>{ getTableQuery=(params)=>{
......
...@@ -90,7 +90,7 @@ const { TextArea } = Input; ...@@ -90,7 +90,7 @@ const { TextArea } = Input;
} }
pager = (page) => { pager = (page) => {
this.defaultParams = Object.assign({},this.defaultParams,{page_index:page}); this.defaultParams = Object.assign({},this.defaultParams,{page:page});
this.getList(this.defaultParams); this.getList(this.defaultParams);
}; };
getTableQuery=(params)=>{ getTableQuery=(params)=>{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment