From fd33e08c8b34863fce19303f838af479b111d54f Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 11 十月 2023 16:51:35 +0800 Subject: [PATCH] 销售线索+客户管理+联系人+跟进记录 表单的必填项修改 --- src/views/other/payment/saleInvoice/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/other/payment/saleInvoice/index.vue b/src/views/other/payment/saleInvoice/index.vue index d03f622..ce60ddb 100644 --- a/src/views/other/payment/saleInvoice/index.vue +++ b/src/views/other/payment/saleInvoice/index.vue @@ -197,7 +197,7 @@ } }) this.tableList.tableInfomation = list || [] - this.pagerOptions.totalCount = res.data.count + this.pagerOptions.totalCount = res.data.data.count } else { this.tableList.tableInfomation = [] } -- Gitblit v1.8.0