Bladeren bron

Fix:110

chris 2 jaren geleden
bovenliggende
commit
c969f165aa
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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
         }