Browse Source

【预留处理】重置查询条件,清空条件进行查询

002390 1 year ago
parent
commit
f61356f308
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/purchase/ownership/index.vue

+ 1 - 1
src/views/purchase/ownership/index.vue

@@ -198,6 +198,7 @@ export default {
     btnResetQuery() {
       this.params = this.$init.params(this.SearchColumns);
       this.page = this.$init.page();
+      this.getList(this.params, this.page);
     },
     /** 修改按钮操作 */
     btnUpdate(row) {
@@ -245,5 +246,4 @@ export default {
 .el-button-group + .el-button-group {
   margin: 0 0 0 8px;
 }
-
 </style>