@@ -805,6 +805,8 @@ const imageList = ref([]);
const _oldrow = ref('');
//点击当前行
const handleRowClick = async (row) => {
+ imgtoimg_url.value = ''
+ activeDescription.value = ''
// fetchPreviewImages();
console.log("当前行信息",row)