修改bug,切换详情删除输入框内容

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-04-30 17:02:58 +08:00
parent 39475bc8bb
commit 4c30676c39
12 changed files with 53 additions and 49 deletions

View File

@@ -5314,6 +5314,7 @@ const _sfc_main$3 = {
});
};
let picture = ref({});
let inputTextarea = ref("");
watch(
detailsToken,
(newValue, oldValue) => {
@@ -5323,6 +5324,7 @@ const _sfc_main$3 = {
picture.value = {};
commentTotalCount.value = 0;
commentCount.value = 0;
inputTextarea.value = "";
getComment();
}
},
@@ -5346,7 +5348,6 @@ const _sfc_main$3 = {
__expose({
closeEmoji
});
let inputTextarea = ref("");
inject("handleMenuState");
let dialogVisible = ref(false);
let commemtDelete = {};