liqianyi 3 жил өмнө
parent
commit
a0e3a1b0d2

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

@@ -116,10 +116,7 @@ export default {
       let params = {
         'current': this.pageIndex,
         'size': this.pageSize,
-        'createTime': this.dataForm.createTime ? this.dataForm.createTime : null,
-        'cusOrderCode': this.dataForm.cusOrderCode ? this.dataForm.cusOrderCode : null,
-        'customerId': this.dataForm.customerId ? this.dataForm.customerId : null,
-        'state': this.dataForm.state ? this.dataForm.state : null
+        'orderCode': this.dataForm.orderCode ? this.dataForm.orderCode : null
       }
       getDispatchList(params).then(({data}) => {
         if (data && data.code === '200') {