Parcourir la source

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

qihao il y a 2 ans
Parent
commit
b0fe378e80
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 });
       },
 
       /** 取消按钮 */