diff --git a/src/components/data/complaintformdialog.vue b/src/components/data/complaintformdialog.vue
index 4b13a7e..9b8e972 100644
--- a/src/components/data/complaintformdialog.vue
+++ b/src/components/data/complaintformdialog.vue
@@ -302,7 +302,7 @@
办理时限
-
+
@@ -515,6 +515,7 @@ const emit = defineEmits(["update:modelValue", "updateSuccess"]);
const formRef = ref();
const submitLoading = ref(false);
+const timeLimitKey = ref(0);
const visibleProxy = computed({
get: () => props.modelValue,
@@ -526,6 +527,7 @@ watch(
async (v) => {
if (v) {
// 重置表单
+ timeLimitKey.value++
formData.value = createEmptyForm();
duplicateDrawerVisible.value = false