Przeglądaj źródła

fix(流程模型): 解决检索条件正常查询

qihao 2 lat temu
rodzic
commit
b0fe378e80
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/bpm/model/index.vue

+ 1 - 1
src/views/bpm/model/index.vue

@@ -233,7 +233,7 @@
       },
       /* 刷新表格 */
       reload (params) {
-        this.$refs.table.reload({ page: 1, where: params });
+        this.$refs.table.reload({ where: params });
       },
 
       /** 取消按钮 */