diff --git a/src/components/negative/add.vue b/src/components/negative/add.vue
index b948c55..3400947 100644
--- a/src/components/negative/add.vue
+++ b/src/components/negative/add.vue
@@ -720,7 +720,7 @@ watch(()=>reportData.value,(val)=>{
const reportQuery = ref({
current: 1,
size: 100,
- departBranch:false
+ type: 1
})
const reportList = ref([]);
const reportLoading = ref(false);
diff --git a/src/components/negative/verify.vue b/src/components/negative/verify.vue
index e7de326..4916896 100644
--- a/src/components/negative/verify.vue
+++ b/src/components/negative/verify.vue
@@ -255,8 +255,17 @@
/>
{{ form.handleResult12337Group }}
-
- 请将具体处分处理情况补充至“问题核查情况”
+
+
diff --git a/src/style/public.scss b/src/style/public.scss
index 5c62368..610f506 100644
--- a/src/style/public.scss
+++ b/src/style/public.scss
@@ -485,6 +485,7 @@ svg+span {
.content {
padding: 16px;
white-space: pre-wrap;
+ line-height: 1.7;
}
.step {
diff --git a/src/views/superviseReport/Notice.vue b/src/views/superviseReport/Notice.vue
new file mode 100644
index 0000000..89a14b2
--- /dev/null
+++ b/src/views/superviseReport/Notice.vue
@@ -0,0 +1,271 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 创建通知
+
+
+
+
+
+
+ 查询
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+ {{ timeFormat(row.crtTime) }}
+
+
+
+
+
+
+ 编辑
+ 查看详情
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
附件
+
+
+
+
+
+
+ 取消
+ {{editFlag ? '提交' : '创建' }}
+
+
+
+
+
+
+
+ {{detailRow.reportName}}
+
+
+
+
+
+
+ {{ detailRow.departName }}
+
+
+
+
+
+ {{detailRow.crtEmpNo}}
+
+
+ {{detailRow.crtUser}}
+
+
+
+
+ {{detailRow.crtDepart}}
+
+
+ {{ timeFormat(detailRow.crtTime) }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/superviseReport/superviseReport.vue b/src/views/superviseReport/superviseReport.vue
index 0012602..3a10e0c 100644
--- a/src/views/superviseReport/superviseReport.vue
+++ b/src/views/superviseReport/superviseReport.vue
@@ -1,24 +1,21 @@