liukangdong
2024-12-03 8dcbe3d898f6c60ef3226095d994ca8953bf5f6d
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
      })