TC 수정

This commit is contained in:
kimre
2022-07-18 20:55:42 +09:00
parent 2069d87f49
commit 8475672b02
4 changed files with 22 additions and 24 deletions

View File

@@ -265,7 +265,7 @@ export default {
console.log('this.perPageCnt' + this.perPageCnt);
console.log(this.grid.params);
this.grid.params.searchType1 = this.searchType
this.grid.params.searchType = this.searchType
this.$refs.table.search(this.grid.params, isKeep);
this.sendStoreData();
},