diff --git a/frontend/src/modules/custMgt/views/ChrgList.vue b/frontend/src/modules/custMgt/views/ChrgList.vue index 41512ff..fec00de 100644 --- a/frontend/src/modules/custMgt/views/ChrgList.vue +++ b/frontend/src/modules/custMgt/views/ChrgList.vue @@ -110,6 +110,7 @@ import InsertChrgModal from '../components/InsertChrgModal'; import chrgDetailPop from '../components/ChrgDetailPop.vue'; import commonModal from "@/components/modal/commonModal"; import custMgtApi from '../service/custMgtApi'; +import { set } from 'vue'; class CustomATagRenderer { constructor(props) { @@ -252,6 +253,7 @@ export default { this.grid.params.searchType1 = this.searchType1; this.$refs.table.search(this.grid.params, isKeep); this.sendStoreData(); + }, changePerPage: function () { @@ -291,7 +293,13 @@ export default { } if (this.startDate > this.endDate) { this.startDate = this.endDate; - } + } + // else if(this.startDate