diff --git a/src/components/file/upload-group.vue b/src/components/file/upload-group.vue
index 32b356e..14e40d0 100644
--- a/src/components/file/upload-group.vue
+++ b/src/components/file/upload-group.vue
@@ -264,6 +264,7 @@ function uploadProgress(progressEvent, file) {
function handleSuccess(data, file) {
if (data.code !== 200) {
feedback.msgError("上传失败!");
+ fileList.value.splice(fileList.value.findIndex((item) => file.uid === item.uid), 1)
return;
}
const filterFiles = fileList.value.filter((item) => file.uid === item.uid);
diff --git a/src/components/negative/verify-description.vue b/src/components/negative/verify-description.vue
index 5ec6283..daa1c8a 100644
--- a/src/components/negative/verify-description.vue
+++ b/src/components/negative/verify-description.vue
@@ -16,7 +16,12 @@
- {{ getDictLable(dict.accountabilityTarget, negative.accountabilityTarget) }}
+ {{
+ getDictLable(
+ dict.accountabilityTarget,
+ negative.accountabilityTarget
+ )
+ }}
@@ -30,7 +35,14 @@
-
+
@@ -42,13 +54,23 @@
- {{ getDictLable(dict.personType, blame.ivPersonTypeCode) }}
+ {{
+ getDictLable(dict.personType, blame.ivPersonTypeCode)
+ }}
-
+
- {{ problem.oneLevelContent }} / {{ problem.twoLevelContent }} / {{ problem.threeLevelContent }}
+ {{ problem.oneLevelContent }} /
+ {{ problem.twoLevelContent }} /
+ {{ problem.threeLevelContent }}
@@ -72,18 +94,29 @@
{{ blame.protectRightsName }}
-
-
-
-
- {{ item.score }}
-
-
-
-
{{ item.expression }}
+
+
+
+
+ {{ item.score }}
+
+
+
+ {{ item.expression }}
+
-
@@ -94,7 +127,7 @@
{{ blame.leadIdCode }}
-
+
{{ blame.leadResponsibilityTypeName }}
@@ -113,7 +146,14 @@
-
+
@@ -125,7 +165,9 @@
- {{ getDictLable(dict.personType, blame.ivPersonTypeCode) }}
+ {{
+ getDictLable(dict.personType, blame.ivPersonTypeCode)
+ }}
@@ -168,33 +210,55 @@
- {{ getDictLable(dict.verifySituation, negative.verifySituation) }}
+ {{
+ getDictLable(
+ dict.verifySituation,
+ negative.verifySituation
+ ) || '/'
+ }}
- {{ getDictLable(dict.verifyFileSituation, negative.verifyFileSituation) }}
+ {{
+ getDictLable(
+ dict.verifyFileSituation,
+ negative.verifyFileSituation
+ ) || '/'
+ }}