瀏覽代碼

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
         }