From bae8b00438183ef10292a0c34ad1e662b405f926 Mon Sep 17 00:00:00 2001
From: monkeyhouyi
Date: Mon, 17 Feb 2025 15:44:20 +0800
Subject: [PATCH] 1
---
src/assets/images/user2.jpg | Bin 0 -> 12242 bytes
src/components/InfoForm/index.vue | 25 ++++++++++++++++++-------
src/components/MoreSelect/index.vue | 41 +++++++++++++++++++++++++++++++++++++++++
src/store/modules/meta.js | 4 ++++
src/views/DisposalSuggestions/index.vue | 9 +++++++--
src/views/baseCaseHandling/index.vue | 1 +
src/views/baseComapnyInfo/index.vue | 1 +
src/views/baseListHazardousSamples/index.vue | 5 +++--
src/views/basePrincipalResponsibility/index.vue | 1 +
src/views/baseSpecialAction/index.vue | 1 +
src/views/baseSpecialhandle/index.vue | 1 +
src/views/baseSystemInfo/DetailForm.vue | 19 +++++++++++++------
src/views/baseSystemInfo/HandleInspectForm.vue | 5 +++--
src/views/baseSystemInfo/index.vue | 22 ++++++++++++----------
src/views/homePage/HomePage.vue | 25 ++++++++++++++++---------
15 files changed, 122 insertions(+), 38 deletions(-)
create mode 100644 src/assets/images/user2.jpg
create mode 100644 src/components/MoreSelect/index.vue
diff --git a/src/assets/images/user2.jpg b/src/assets/images/user2.jpg
new file mode 100644
index 0000000..56531a3
Binary files /dev/null and b/src/assets/images/user2.jpg differ
diff --git a/src/components/InfoForm/index.vue b/src/components/InfoForm/index.vue
index c7926ba..7141f80 100644
--- a/src/components/InfoForm/index.vue
+++ b/src/components/InfoForm/index.vue
@@ -199,14 +199,19 @@
-
+
- 研判
+ 研判
处理
详情
@@ -150,6 +150,7 @@ import {
} from "@/api/systemData/dataInterface";
import ReportForm from "@/views/baseInspectionReport/Form.vue"; // 巡查处置
import define from '@/utils/define'
+import { version } from "vue/types/umd";
export default {
components: { NCCForm, HandleForm, ReportForm, ADDNCCForm },
@@ -252,6 +253,7 @@ export default {
}
},
initData() {
+ this.list = [];
this.listLoading = true;
let _query = {
...this.listQuery,
@@ -267,11 +269,14 @@ export default {
}
}
query.creatorTime && delete query.creatorTime;
-
getListForJudge(query).then((res) => {
+ res.data.list.forEach(v => {
+ v.isYP = (v.stage != '577006621985604869' && v.stage != '577006641364189019' && v.stage != '577006696312866053')
+ });
this.list = res.data.list;
this.total = res.data.pagination.total;
this.listLoading = false;
+ this.$forceUpdate()
});
},
diff --git a/src/views/baseCaseHandling/index.vue b/src/views/baseCaseHandling/index.vue
index f663ea3..deb9f50 100644
--- a/src/views/baseCaseHandling/index.vue
+++ b/src/views/baseCaseHandling/index.vue
@@ -220,6 +220,7 @@ export default {
}
},
initData() {
+ this.list = [];
this.listLoading = true;
let _query = {
...this.listQuery,
diff --git a/src/views/baseComapnyInfo/index.vue b/src/views/baseComapnyInfo/index.vue
index a79c3b3..7723253 100644
--- a/src/views/baseComapnyInfo/index.vue
+++ b/src/views/baseComapnyInfo/index.vue
@@ -151,6 +151,7 @@ export default {
},
methods: {
initData() {
+ this.list = [];
this.listLoading = true;
let _query = {
...this.listQuery,
diff --git a/src/views/baseListHazardousSamples/index.vue b/src/views/baseListHazardousSamples/index.vue
index 3ede15b..6283c98 100644
--- a/src/views/baseListHazardousSamples/index.vue
+++ b/src/views/baseListHazardousSamples/index.vue
@@ -167,7 +167,7 @@ export default {
],
levelOptions: [
{ fullName: "核查处置", id: "核查处置" },
- { fullName: "网信执法", id: "网信执法" },
+ { fullName: "监管执法", id: "监管执法" },
],
companyOptions: [],
@@ -212,6 +212,7 @@ export default {
// })
// },
initData() {
+ this.list = [];
this.listLoading = true;
let _query = {
...this.listQuery,
@@ -290,7 +291,7 @@ export default {
this.$refs.ReportForm.init(row.inspectionReportId, true);
});
break;
- case "网信执法":
+ case "监管执法":
this.HandFormVisible = true;
this.$nextTick(() => {
this.$refs.HandForm.init(row.caseHandlingId, true);
diff --git a/src/views/basePrincipalResponsibility/index.vue b/src/views/basePrincipalResponsibility/index.vue
index 4772670..e1f80c6 100644
--- a/src/views/basePrincipalResponsibility/index.vue
+++ b/src/views/basePrincipalResponsibility/index.vue
@@ -125,6 +125,7 @@ export default {
this.fileTypeOptions = [...res.data.list, { fullName: '其他', id: '0' }];
},
initData() {
+ this.list = [];
this.listLoading = true;
let _query = {
...this.listQuery,
diff --git a/src/views/baseSpecialAction/index.vue b/src/views/baseSpecialAction/index.vue
index 5ce01f2..d2f52fa 100644
--- a/src/views/baseSpecialAction/index.vue
+++ b/src/views/baseSpecialAction/index.vue
@@ -139,6 +139,7 @@ export default {
this.communicationOutOptions = list;
},
initData() {
+ this.list = [];
this.listLoading = true;
let _query = {
...this.listQuery,
diff --git a/src/views/baseSpecialhandle/index.vue b/src/views/baseSpecialhandle/index.vue
index ec4937e..4c8bd83 100644
--- a/src/views/baseSpecialhandle/index.vue
+++ b/src/views/baseSpecialhandle/index.vue
@@ -128,6 +128,7 @@ export default {
this.viewportHeight = window.innerHeight || document.documentElement.clientHeight;
},
initData() {
+ this.list = [];
this.listLoading = true;
let _query = {
...this.listQuery,
diff --git a/src/views/baseSystemInfo/DetailForm.vue b/src/views/baseSystemInfo/DetailForm.vue
index 8b88f4c..c40d9e1 100644
--- a/src/views/baseSystemInfo/DetailForm.vue
+++ b/src/views/baseSystemInfo/DetailForm.vue
@@ -35,12 +35,7 @@
{{ dataForm.systemClass | dynamicTextClassName(systemClassOptions) }}
-
-
-
+
{{ dataForm.specialRecordContent || "--" }}
+
+
+
+
+
+