diff --git a/src/views/data/ComplaintCollection.vue b/src/views/data/ComplaintCollection.vue index f077695..71100a8 100644 --- a/src/views/data/ComplaintCollection.vue +++ b/src/views/data/ComplaintCollection.vue @@ -1260,6 +1260,9 @@ const negative = ref({ // 添加按钮 const add = async () => { addShow.value = true + nextTick(() => { + addFormRef.value?.resetFields() + }) } // 添加提交