From 7f826e8bd99b843461553ab7af7fd4e797d2020a Mon Sep 17 00:00:00 2001 From: won503 Date: Wed, 29 Mar 2023 14:38:40 +0900 Subject: [PATCH] =?UTF-8?q?admin=5Fchrg=20=EB=8B=AC=EB=A0=A5=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/modules/custMgt/views/ChrgList.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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