From 86d0fd06ca7758dff7a7e6b15c21fde3129ee9dc Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 17 Aug 2023 16:16:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 2 +- src/views/company/edit.vue | 2122 ++++++++++++++-------------- src/views/company/index.vue | 960 ++++++------- src/views/consumer/lists/index.vue | 7 +- yarn.lock | 2 +- 5 files changed, 1486 insertions(+), 1607 deletions(-) diff --git a/package-lock.json b/package-lock.json index a41ab4a..10d40d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ }, "node_modules/@amap/amap-jsapi-loader": { "version": "1.0.1", - "resolved": "https://registry.npmmirror.com/@amap/amap-jsapi-loader/-/amap-jsapi-loader-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/@amap/amap-jsapi-loader/-/amap-jsapi-loader-1.0.1.tgz", "integrity": "sha512-nPyLKt7Ow/ThHLkSvn2etQlUzqxmTVgK7bIgwdBRTg2HK5668oN7xVxkaiRe3YZEzGzfV2XgH5Jmu2T73ljejw==" }, "node_modules/@ampproject/remapping": { diff --git a/src/views/company/edit.vue b/src/views/company/edit.vue index 94e2b70..00671ff 100644 --- a/src/views/company/edit.vue +++ b/src/views/company/edit.vue @@ -1,344 +1,321 @@ 1 diff --git a/src/views/company/index.vue b/src/views/company/index.vue index 20d6f50..baa69f5 100644 --- a/src/views/company/index.vue +++ b/src/views/company/index.vue @@ -1,93 +1,89 @@ diff --git a/src/views/consumer/lists/index.vue b/src/views/consumer/lists/index.vue index 42a5540..729d9a8 100644 --- a/src/views/consumer/lists/index.vue +++ b/src/views/consumer/lists/index.vue @@ -165,13 +165,18 @@ import { getRoutePath } from '@/router' import { getUserList, creatContact, sendMsgApi } from '@/api/consumer' import { ClientMap } from '@/enums/appEnums' import feedback from '@/utils/feedback' +const route = useRoute() const queryParams = reactive({ keyword: '', channel: '', create_time_start: '', - create_time_end: '' + create_time_end: '', + company_id: '' }) +if (route.query.company_id) { + queryParams.company_id = route.query.company_id +} const contractId = ref(0) const showPop = ref(false) const showConctactPop = ref(false) diff --git a/yarn.lock b/yarn.lock index 0e32fee..51a5b42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4,7 +4,7 @@ "@amap/amap-jsapi-loader@^1.0.1": version "1.0.1" - resolved "https://registry.npmmirror.com/@amap/amap-jsapi-loader/-/amap-jsapi-loader-1.0.1.tgz" + resolved "https://registry.npmjs.org/@amap/amap-jsapi-loader/-/amap-jsapi-loader-1.0.1.tgz" integrity sha512-nPyLKt7Ow/ThHLkSvn2etQlUzqxmTVgK7bIgwdBRTg2HK5668oN7xVxkaiRe3YZEzGzfV2XgH5Jmu2T73ljejw== "@ampproject/remapping@^2.1.0":