Browse Source

涉访涉诉--添加之后添加表单清空

master
buaixuexideshitongxue 1 month ago
parent
commit
6a34b3af96
  1. 3
      src/views/data/ComplaintCollection.vue

3
src/views/data/ComplaintCollection.vue

@ -1260,6 +1260,9 @@ const negative = ref({
//
const add = async () => {
addShow.value = true
nextTick(() => {
addFormRef.value?.resetFields()
})
}
//

Loading…
Cancel
Save