Explorar o código

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

qihao %!s(int64=2) %!d(string=hai) anos
pai
achega
b0fe378e80
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 });
       },
 
       /** 取消按钮 */