어드민 리스트 화면들 백엔드 중복 호출 수정

This commit is contained in:
kubo8
2023-02-09 14:30:46 +09:00
parent 5772a7ba18
commit 9cb127f869
5 changed files with 3 additions and 2 deletions

View File

@@ -314,7 +314,6 @@ export default {
},
methods: {
search: function (isKeep) {
this.$refs.table.search(this.grid.params, isKeep);
this.grid.params = {
startMonth: moment(this.startDate).format('YYYYMM'),
endMonth: moment(this.endDate).format('YYYYMM'),