Explorar el Código

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

qihao hace 2 años
padre
commit
b0fe378e80
Se han modificado 1 ficheros con 1 adiciones y 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 });
       },
 
       /** 取消按钮 */