修改bug,切换详情删除输入框内容
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user