ll
liukangdong
2024-12-03 b2e8e233d59d107615a8336dce9da36f1f8bcde0
admin/src/views/client/components/OperaYwCustomerWindow.vue
@@ -212,18 +212,18 @@
      // 编辑
      this.$nextTick(() => {
        if (title == '编辑客户') {
          this.getClient()
          this.getClient(target.id)
          detailById(target.id).then(res => {
            this.form = res
          })
        }
      })
    },
    getClient() {
    getClient(customerId) {
      fetchList({
        capacity: 9999,
        page: 1,
        model: {}
        model: {customerId}
      }).then(res => {
        this.clientList = res.records
      })