Explorar el Código

feat: 前端修正一些细节

WANGKANG hace 9 meses
padre
commit
867810637a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/demo/video2image/index.vue

+ 1 - 0
src/views/demo/video2image/index.vue

@@ -85,6 +85,7 @@ const startVideo2image = async (params: any) => {
   } else {
     ElMessage.error('开始视频转图片开始失败,请检查!')
   }
+  proTable.value?.getTableList()
 }
 
 const dowloadVideo2image = async (params: any) => {