|
@@ -88,6 +88,7 @@
|
|
<script>
|
|
<script>
|
|
import api from '@api/icss.js';
|
|
import api from '@api/icss.js';
|
|
import config from '@api/config.js';
|
|
import config from '@api/config.js';
|
|
|
|
+import utils from '@api/utils.js';
|
|
|
|
|
|
export default {
|
|
export default {
|
|
name: 'ChemicalAndCommonMapping', //化验大小项和公表维护
|
|
name: 'ChemicalAndCommonMapping', //化验大小项和公表维护
|
|
@@ -132,6 +133,7 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
handleSizeChange(val){
|
|
handleSizeChange(val){
|
|
this.pageSize = val;
|
|
this.pageSize = val;
|
|
|
|
+ this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
|
|
this.getDataList();
|
|
this.getDataList();
|
|
},
|
|
},
|
|
getDataList(isTurnPage) {
|
|
getDataList(isTurnPage) {
|