From 5cc1ac83a9cc0aa10acffb54a1c4d62b73b595d5 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 05 七月 2023 16:30:48 +0800 Subject: [PATCH] 服务管理模块和销售管理模块新增及路由配置 --- src/views/custom/contacts/AddContactsDialog.vue | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/views/custom/contacts/AddContactsDialog.vue b/src/views/custom/contacts/AddContactsDialog.vue index 25a2f78..f1efe13 100644 --- a/src/views/custom/contacts/AddContactsDialog.vue +++ b/src/views/custom/contacts/AddContactsDialog.vue @@ -208,11 +208,7 @@ } }, components: { CommonSelectView }, - computed: { - searchCommonHeight() { - return this.$refs.searchCommonView.offsetHeight - } - }, + computed: {}, data() { return { dialogWidth: "80%", -- Gitblit v1.8.0