Explorar el Código

1、修复轮播图获取详情时为根据栏目加载文章列表

liqihao hace 1 año
padre
commit
993128cbb1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/views/XMHJC/carousel/index.vue

+ 2 - 0
src/views/XMHJC/carousel/index.vue

@@ -342,6 +342,8 @@ const getDetail = (row) => {
       formData.data.carouselUrl = resFile.data[res.id];
       dialogVisible.value = true;
     });
+
+    getArticleList(formData.data.columnId)
   });
 };