jiand 5 ay önce
ebeveyn
işleme
1523a17bfa
1 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  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 }) => {