This commit is contained in:
Kunagisa 2025-06-14 20:08:42 +08:00
parent 367e24d2ea
commit 9c76034476

View File

@ -267,6 +267,7 @@ const fetchDemands = async () => {
const showReply = (demand) => { const showReply = (demand) => {
reply.value = demand reply.value = demand
replyModal.value = true replyModal.value = true
resetReplyForm();
} }
// //
@ -305,7 +306,6 @@ const closeModal = () => {
const openAddModal = (demand) => { const openAddModal = (demand) => {
reply.value = demand; reply.value = demand;
showAddModal.value = true; showAddModal.value = true;
resetReplyForm();
} }
// //