Browse Source

feature(客户-项目记录):获取项目记录参数修改

ZZH-wl 2 years ago
parent
commit
f19d94efc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/customer/detail.vue

+ 1 - 1
src/views/customer/detail.vue

@@ -625,7 +625,7 @@
           if (err) return
           this.belongs = res.data.list || []
         } else if (tab.name == 'item') {
-          ;[err, res] = await to(businessApi.getList({ custName: this.detail.custName }))
+          ;[err, res] = await to(businessApi.getList({ custId: this.detail.id }))
           if (err) return
           this.items = res.data.list || []
         } else if (tab.name == 'contract') {