Sfoglia il codice sorgente

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

002390 1 anno fa
parent
commit
fc058bb350
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {
@@ -247,5 +248,4 @@ export default {
 .el-button-group + .el-button-group {
   margin: 0 0 0 8px;
 }
-
 </style>