优化
This commit is contained in:
parent
367e24d2ea
commit
9c76034476
@ -267,6 +267,7 @@ const fetchDemands = async () => {
|
||||
const showReply = (demand) => {
|
||||
reply.value = demand
|
||||
replyModal.value = true
|
||||
resetReplyForm();
|
||||
}
|
||||
|
||||
// 关闭回复弹窗
|
||||
@ -305,7 +306,6 @@ const closeModal = () => {
|
||||
const openAddModal = (demand) => {
|
||||
reply.value = demand;
|
||||
showAddModal.value = true;
|
||||
resetReplyForm();
|
||||
}
|
||||
|
||||
// 关闭弹窗
|
||||
|
Loading…
x
Reference in New Issue
Block a user