Browse Source

采购退货任务业务对象搜索未生效问题优化

liyuan 4 days ago
parent
commit
f8c438055e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/tirePartsMall/purchaseService/Task/index.vue

+ 1 - 1
src/views/tirePartsMall/purchaseService/Task/index.vue

@@ -416,7 +416,7 @@ export default {
         size: page.pageSize,
         size: page.pageSize,
         bizTypeName: "TKFHRW",
         bizTypeName: "TKFHRW",
         ...Object.assign(params, this.search),
         ...Object.assign(params, this.search),
-        customerName: params.$customerName
+        customerName: params.customerName
       }
       }
       console.log(params);
       console.log(params);
       this.loading = true
       this.loading = true