From af3c546c66881fc4128dbedbc785789c9f74cc73 Mon Sep 17 00:00:00 2001
From: loveflow <5269966+loveflow@user.noreply.gitee.com>
Date: Tue, 9 Jul 2024 23:06:19 +0800
Subject: [PATCH] update
---
src/api/applySupermarket/personBack/index.js | 13 +-
src/loveflow/mixins/tableListMixins.js | 2 +-
.../businessConsulting/index.vue | 9 +
src/views/applySupermarket/index.vue | 2 +-
.../applySupermarket/keyPerson/index.vue | 108 ++------
.../applySupermarket/legalAdvice/index.vue | 238 +++++++++++-------
.../applySupermarket/personBack/index.vue | 5 +-
7 files changed, 200 insertions(+), 177 deletions(-)
diff --git a/src/api/applySupermarket/personBack/index.js b/src/api/applySupermarket/personBack/index.js
index a34b469..f58d016 100644
--- a/src/api/applySupermarket/personBack/index.js
+++ b/src/api/applySupermarket/personBack/index.js
@@ -23,4 +23,15 @@ export function get_personback_item_data_person(params) {
method: 'post',
params
})
-}
\ No newline at end of file
+}
+
+// 人员背景审查子页个人详情查询
+export function getList(params) {
+ return request({
+ url: '/prepare/verification/list',
+ method: 'get',
+ params
+ })
+}
+
+
diff --git a/src/loveflow/mixins/tableListMixins.js b/src/loveflow/mixins/tableListMixins.js
index 9399772..6b9484a 100644
--- a/src/loveflow/mixins/tableListMixins.js
+++ b/src/loveflow/mixins/tableListMixins.js
@@ -46,7 +46,7 @@ export const tableListMixins = {
if (this.url.list) {
request({
url: this.url.list,
- method: "post",
+ method: this.url.type || "post",
params,
}).then((res) => {
if (res.code == 200) {
diff --git a/src/views/applySupermarket/businessConsulting/index.vue b/src/views/applySupermarket/businessConsulting/index.vue
index 3d37107..a3413f9 100644
--- a/src/views/applySupermarket/businessConsulting/index.vue
+++ b/src/views/applySupermarket/businessConsulting/index.vue
@@ -91,8 +91,17 @@ export default {
},
},
],
+ disableMixinCreated: true,
+ url: {
+ list: "prepare/verification/list",
+ type: "get",
+ },
};
},
+ created() {
+ this.queryParam.verificationType = 3;
+ this.searchQuery();
+ },
methods: {
checkDetail(obj) {
this.$refs.formDialog.openDialog("detail", obj);
diff --git a/src/views/applySupermarket/index.vue b/src/views/applySupermarket/index.vue
index 505b223..8b7ba4b 100644
--- a/src/views/applySupermarket/index.vue
+++ b/src/views/applySupermarket/index.vue
@@ -255,7 +255,7 @@ export default {
width: 94vw;
height: 74vh;
display: flex;
- flex-wrap: wrap;
+ justify-content: space-evenly;
align-items: center;
// border: 0.1px solid #fff;
margin: 0 auto;
diff --git a/src/views/applySupermarket/keyPerson/index.vue b/src/views/applySupermarket/keyPerson/index.vue
index 5332acd..8e22245 100644
--- a/src/views/applySupermarket/keyPerson/index.vue
+++ b/src/views/applySupermarket/keyPerson/index.vue
@@ -81,7 +81,7 @@
+
diff --git a/src/views/applySupermarket/personBack/index.vue b/src/views/applySupermarket/personBack/index.vue
index 4cde52b..b1e6469 100644
--- a/src/views/applySupermarket/personBack/index.vue
+++ b/src/views/applySupermarket/personBack/index.vue
@@ -82,7 +82,7 @@