From 8e7cd003414ea4ca8f42fb3171de18f8839ece17 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期一, 10 七月 2023 18:04:27 +0800 Subject: [PATCH] 登录页面和查询分类设置 --- src/views/custom/salesLead/index.vue | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/views/custom/salesLead/index.vue b/src/views/custom/salesLead/index.vue index 8579098..5cbb5a0 100644 --- a/src/views/custom/salesLead/index.vue +++ b/src/views/custom/salesLead/index.vue @@ -38,11 +38,7 @@ TableCommonView, AddSalesLeadDialog }, - computed: { - searchCommonHeight() { - return this.$refs.searchCommonView.offsetHeight - } - }, + computed: {}, data() { return { tableList: {}, -- Gitblit v1.8.0