소스 검색

拉取文件

朱鑫波 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;