Jelajahi Sumber

拉取文件

朱鑫波 3 tahun lalu
induk
melakukan
01295f08a2

File diff ditekan karena terlalu besar
+ 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;