Sfoglia il codice sorgente

fix:解决图片上传后点击还有图片问题

zlong 1 anno fa
parent
commit
f8425de967
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/pages/carousal/index.vue

+ 2 - 0
src/pages/carousal/index.vue

@@ -80,7 +80,9 @@ const onPageChange = () => {
   /* TODO: 分页切换 */
 }
 const handleSuccessDialog = async (res) => {
+  console.log(res,'res')
   if (res){
+    console.log(123)
     await fetchClassifyTableData()
   }
 }