Browse Source

fix:零售发货申请单搜索

zh 2 năm trước cách đây
mục cha
commit
c7691b9db8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/supply/apply/apply_list.vue

+ 1 - 1
src/views/supply/apply/apply_list.vue

@@ -699,7 +699,7 @@ export default {
         startTime: this.screenForm.date ? this.screenForm.date[0] : '',
         endTime: this.screenForm.date ? this.screenForm.date[1] : '',
         examineStatus: this.screenForm.status,
-        serviceId: this.screenForm.salesMan,
+        serviceId: this.screenForm.serviceId,
         type: this.screenForm.orderType,
         k3ServiceId: this.screenForm.k3ServiceId,
         mainOrderId: this.screenForm.mainOrderId,