diff --git a/src/views/work/components/ConfirmedCompletion.vue b/src/views/work/components/ConfirmedCompletion.vue
index 0634a94..98af01d 100644
--- a/src/views/work/components/ConfirmedCompletion.vue
+++ b/src/views/work/components/ConfirmedCompletion.vue
@@ -211,6 +211,7 @@ function submit() {
emits("update:data", data);
emits("submit", "confirmedCompletion");
visible.value = false;
+ mail.verifyFollowupPolice.name = ''
}
});
}
diff --git a/src/views/work/components/ReviewComments.vue b/src/views/work/components/ReviewComments.vue
index 5cbebc5..3ee963b 100644
--- a/src/views/work/components/ReviewComments.vue
+++ b/src/views/work/components/ReviewComments.vue
@@ -1,28 +1,15 @@
-
+
-
+
-
+
@@ -57,9 +44,15 @@ const props = defineProps({
},
});
watch(() => props.mail.id, () => {
+ resetFormData()
formRef.value?.resetFields();
})
+const resetFormData = () => {
+ form.leaderEmpNo = ''
+ form.approvalComment = ''
+}
+
const selectLeaderVisible = ref(false)
const leaderType = ref('all')
watch(() => props.mail.flowKey, (val) => {
@@ -97,5 +90,4 @@ function submit() {
});
}
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/views/work/components/templates/MailTypeForm.vue b/src/views/work/components/templates/MailTypeForm.vue
index 176374e..9511c2a 100644
--- a/src/views/work/components/templates/MailTypeForm.vue
+++ b/src/views/work/components/templates/MailTypeForm.vue
@@ -5,107 +5,49 @@
-
+
-
正常流程
+
正常流程
正常流程,包含接访群众步骤
-
简易流程
+
简易流程
简化流程,不包含接访群众步骤
-
-
+
+
-
+
-
-
+
+
-
-
+
+
@@ -132,12 +74,24 @@ let form = reactive({});
watch(
() => props.mailId,
(val) => {
- form.mailFirstCategory = null;
- form.mailSecondCategory = null;
- form.mailThreeCategory = null;
+ resetFormData()
}
);
+const resetFormData = () => {
+ form.mailCategory = ''
+ form.mailLevel = ''
+ form.simpleFlowFlag = ''
+ form.invalidationReason = ''
+ form.secondDeptId = ''
+ form.threeDeptId = ''
+ form.mailFirstCategory = null
+ form.mailSecondCategory = null
+ form.mailThreeCategory = null
+
+ formRef.value?.resetFields();
+};
+
const formRef = ref();
const rules = {
@@ -232,6 +186,7 @@ defineExpose({
.el-form {
color: #333;
}
+
.radio-tips {
font-size: 14px;
color: #666;
diff --git a/src/views/work/components/templates/ThreeHandling.vue b/src/views/work/components/templates/ThreeHandling.vue
index a70d981..8aaed2b 100644
--- a/src/views/work/components/templates/ThreeHandling.vue
+++ b/src/views/work/components/templates/ThreeHandling.vue
@@ -1,32 +1,18 @@
-
+
{{ item.name }}
{{ item.phone }}
-
编辑协办民警
+
编辑协办民警
-
+
{{ index + 1 }}
{{ item.name }}
@@ -50,24 +36,15 @@
- 取得联系
- 未取得联系
+ 取得联系
+ 未取得联系
-
+
@@ -75,16 +52,11 @@
{{ formatTimeText(form.contactDuration) }}
- ({{
- form.contactDuration > limitedTime
- ? "已超时"
- : "未超时"
- }})
+ ({{
+ form.contactDuration > limitedTime
+ ? "已超时"
+ : "未超时"
+ }})
@@ -92,16 +64,9 @@
-
-
+
+
@@ -116,26 +81,13 @@
-
+
-
-
+
+
@@ -156,130 +108,73 @@
-
-
+
+
- {{ item.name }}
+ {{ item.name }}
-
+
-
-
+
-
- handleChangePolice(val, index)
- "
- >
-
+ value: 'id',
+ label: 'name',
+ }" check-strictly placeholder="请选择部门" @change="handleChangeDept" />
+
+ handleChangePolice(val, index)
+ ">
+
警号
{{
- item.empNo
- }}
+ item.empNo
+ }}
性别
{{
- item.gender
- }}
+ item.gender
+ }}
出生年月
{{ item.birthday }}
- 删除
+ 删除
- 添加被举报人
+ 添加被举报人
-
+
-
+
是
否
@@ -289,21 +184,14 @@
-
+
-
+
已解决
未解决
@@ -313,25 +201,15 @@
- {{ item.name }}
+ {{ item.name }}
-
-
+
+
@@ -357,18 +235,10 @@
请上传《核查办理报告》、《处理反馈表》及相关的法律文件(比如:受案回执、立案决定书、不予立案决定书等)和佐证材料(比如:谈话笔录、调解协议等)。
@@ -376,10 +246,7 @@
-
+