From 13646595f3a8cb6c27a20f287c23a7649cbdff05 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 11 十月 2023 16:05:59 +0800 Subject: [PATCH] 销售线索+客户管理+联系人页面的跟进弹框编码规则获取问题更改+销售发票编码input修改为编码规则 --- src/views/backgroundConfig/memberManage/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/backgroundConfig/memberManage/index.vue b/src/views/backgroundConfig/memberManage/index.vue index 89f997d..99113b7 100644 --- a/src/views/backgroundConfig/memberManage/index.vue +++ b/src/views/backgroundConfig/memberManage/index.vue @@ -20,7 +20,7 @@ :login-control="true" :operates-list="operatesList" /> - <PagerView class="page" /> + <PagerView class="page" :pager-options="pagerOptions" v-on="pagerEvents" /> </div> <TableCommonView ref="tableListRef" :table-list="tableList"> <template slot="tableButton"> @@ -237,14 +237,15 @@ // 缂栬緫閮ㄩ棬 editDepartmentClick(command, data) { console.log(command, data) - this.departmentConfig.visible = true if (command === "edit") { + this.departmentConfig.visible = true this.departmentConfig.infomation = { departmentName: data.label, departmentNumber: data.id, notes: "" } } else if (command === "add") { + this.departmentConfig.visible = true this.departmentConfig.infomation = { departmentName: "", departmentNumber: "", -- Gitblit v1.8.0