diff --git a/src/api/applySupermarket/personBack/index.js b/src/api/applySupermarket/personBack/index.js
index 7ae2d48..38609a5 100644
--- a/src/api/applySupermarket/personBack/index.js
+++ b/src/api/applySupermarket/personBack/index.js
@@ -36,7 +36,7 @@ export function getDetail(id) {
// 修改人员审核相关
export function modifyPerson(data) {
return request({
- url: "/prepare/verification/",
+ url: "/prepare/verification",
method: "put",
data,
});
diff --git a/src/views/applySupermarket/businessConsulting/index.vue b/src/views/applySupermarket/businessConsulting/index.vue
index a79ca83..87a9dab 100644
--- a/src/views/applySupermarket/businessConsulting/index.vue
+++ b/src/views/applySupermarket/businessConsulting/index.vue
@@ -40,7 +40,7 @@
回复内容:
-
{{ item.card }}
+
{{ item.consultResult }}
@@ -68,12 +75,19 @@
>
-
+
diff --git a/src/views/applySupermarket/index.vue b/src/views/applySupermarket/index.vue
index 89d1ccc..45a5bb7 100644
--- a/src/views/applySupermarket/index.vue
+++ b/src/views/applySupermarket/index.vue
@@ -762,7 +762,8 @@ export default {
}
-
+
diff --git a/src/views/applySupermarket/legalAdvice/index.vue b/src/views/applySupermarket/legalAdvice/index.vue
index 5941df7..ceece0e 100644
--- a/src/views/applySupermarket/legalAdvice/index.vue
+++ b/src/views/applySupermarket/legalAdvice/index.vue
@@ -40,7 +40,7 @@
回复内容:
-
{{ item.card }}
+
{{ item.consultResult }}
@@ -68,12 +75,19 @@
>
-
+
@@ -192,4 +218,3 @@ export default {
}
}
-
diff --git a/src/views/applySupermarket/personBack/components/detailDialog.vue b/src/views/applySupermarket/personBack/components/detailDialog.vue
index 792a960..635b3f7 100644
--- a/src/views/applySupermarket/personBack/components/detailDialog.vue
+++ b/src/views/applySupermarket/personBack/components/detailDialog.vue
@@ -1,6 +1,6 @@
审查人数:
-
- {{
- dataInfo.detailsByAuditResultTrue.length +
- dataInfo.detailsByAuditResultFalse.length
- }}人
-
+
{{ dataInfo.investigateCount }}人
审查结果:
- {{ dataInfo.detailsByAuditResultTrue.length }}人正常,{{
- dataInfo.detailsByAuditResultFalse.length
- }}人异常
+ 未审核
+
+ {{ dataInfo.detailsByAuditResultTrue.length }}人正常,{{
+ dataInfo.detailsByAuditResultFalse.length
+ }}人异常
+
@@ -44,7 +42,6 @@
:tableData="tableList"
:columns="columns"
rowKey="id"
- :pagination="{}"
>
正常
@@ -114,16 +111,7 @@ export default {
console.log(obj);
this.dataInfo = obj;
- this.tableList = obj.detailsByAuditResultFalse.concat(
- obj.detailsByAuditResultTrue
- );
-
- /* getDetail(obj.id).then((res) => {
- if (res.code == 200) {
- this.tableList = res.data.details || [];
- this.dataInfo = res.data;
- }
- }); */
+ this.tableList = obj.details || [];
},
handleClose() {
diff --git a/src/views/applySupermarket/personBack/components/examineDialog.vue b/src/views/applySupermarket/personBack/components/examineDialog.vue
index ad9bb02..defd1e4 100644
--- a/src/views/applySupermarket/personBack/components/examineDialog.vue
+++ b/src/views/applySupermarket/personBack/components/examineDialog.vue
@@ -20,7 +20,7 @@
审查人数:
- {{ (dataInfo.details && dataInfo.details.length) || 0 }}人
+ {{ dataInfo.investigateCount || 0 }}人
@@ -33,7 +33,6 @@
:tableData="tableList"
:columns="columns"
rowKey="id"
- :pagination="{}"
>
- 正常
- 异常
+ 正常
+ 异常
@@ -61,9 +56,9 @@
-
-
-
\ No newline at end of file
diff --git a/src/views/applySupermarket/personBack/index.vue b/src/views/applySupermarket/personBack/index.vue
index 7117e58..a1df9c9 100644
--- a/src/views/applySupermarket/personBack/index.vue
+++ b/src/views/applySupermarket/personBack/index.vue
@@ -28,16 +28,11 @@
审查原因:
-
{{ item.name }}
+
{{ item.details[0]["auditReason"] }}
审查人数:
-
- {{
- item.detailsByAuditResultTrue.length +
- item.detailsByAuditResultFalse.length
- }}
-
+
{{ item.investigateCount || 0 }}人
申请时间:
@@ -81,13 +76,14 @@
-
+