朱鑫波 3 سال پیش
والد
کامیت
01295f08a2
2فایلهای تغییر یافته به همراه2 افزوده شده و 1414 حذف شده
  1. 0 1413
      src/views/modules/autoLaunch/configProject/index.vue
  2. 2 1
      src/views/modules/autoLaunch/material-all/material.vue

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 1413
src/views/modules/autoLaunch/configProject/index.vue


+ 2 - 1
src/views/modules/autoLaunch/material-all/material.vue

@@ -236,7 +236,8 @@ export default {
             // 当在页面定义change事件时,切记要把此处的事件清除,因为这两个事件重叠了,可能到时候会导致一些莫名的bug
             this.ipagination.current = current;
             this.ipagination.pageSize= pageSize;
-            this.handleGetTableList({})
+            const paramsData = this.form.getFieldsValue();
+            this.handleGetTableList(paramsData);
         },
         handleQueryList() {
             this.ipagination.current = 1;