Skip to content

Commit 8fb9949

Browse files
committed
增加查询表单重置后方法
1 parent 3acc365 commit 8fb9949

File tree

2 files changed

+4
-0
lines changed
  • Vol.Vue/src/components/basic/ViewGridConfig
  • 开发版dev/Vue.NetCore/Vol.Vue/src/components/basic/ViewGridConfig

2 files changed

+4
-0
lines changed

Vol.Vue/src/components/basic/ViewGridConfig/methods.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ let methods = {
315315
resetSearch() {
316316
//重置查询对象
317317
this.resetSearchForm();
318+
//2020.10.17增加重置后方法
319+
this.resetSearchFormAfter&&this.resetSearchFormAfter();
318320
},
319321
resetEdit() {
320322
//重置编辑的数据

开发版dev/Vue.NetCore/Vol.Vue/src/components/basic/ViewGridConfig/methods.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ let methods = {
315315
resetSearch() {
316316
//重置查询对象
317317
this.resetSearchForm();
318+
//2020.10.17增加重置后方法
319+
this.resetSearchFormAfter&&this.resetSearchFormAfter();
318320
},
319321
resetEdit() {
320322
//重置编辑的数据

0 commit comments

Comments
 (0)