소스 검색

Fix:110

chris 2 년 전
부모
커밋
c969f165aa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/modules/order/order.vue

+ 1 - 1
src/views/modules/order/order.vue

@@ -208,7 +208,7 @@
           'current': this.pageIndex,
           'size': this.pageSize,
           'createTime': this.dataForm.createTime ? this.dataForm.createTime : null,
-          'cusOrderCode': this.dataForm.cusOrderCode ? this.dataForm.cusOrderCode : null,
+          'contractNumber': this.dataForm.contractNumber ? this.dataForm.contractNumber : null,
           'customerId': this.dataForm.customerId ? this.dataForm.customerId : null,
           'state': this.dataForm.state ? this.dataForm.state : null
         }