소스 검색

fix:查询

jiand 5 달 전
부모
커밋
1523a17bfa
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      src/views/settlementManagement/index.vue

+ 6 - 6
src/views/settlementManagement/index.vue

@@ -22,9 +22,9 @@
                   >
                     <el-option
                       v-for="item in statusList"
-                      :key="item.id"
+                      :key="item.code"
                       :label="item.name"
-                      :value="item.id"
+                      :value="item.code"
                     >
                     </el-option>
                   </el-select>
@@ -99,17 +99,17 @@ export default {
         params: {
           page: this.page || 1,
           rows: this.size || 10,
-          statusId: this.search.statusId,
+          status: this.search.status,
           businessNo: this.search.businessNo,
-          customerName: this.search.customerName,
+          fastSearch: this.search.fastSearch,
           simpleClassName: 'BillBasicInformation'
         },
         data: {
           page: this.page || 1,
           rows: this.size || 10,
-          statusId: this.search.statusId,
+          status: this.search.status,
           businessNo: this.search.businessNo,
-          customerName: this.search.customerName,
+          fastSearch: this.search.fastSearch,
           simpleClassName: 'BillBasicInformation'
         }
       }).then(({ records, rows }) => {