Explorar el Código

指标库刷新加成功提示

jwyu hace 1 año
padre
commit
a4d021bc57
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/dataEDB/Detail.vue

+ 1 - 0
src/views/dataEDB/Detail.vue

@@ -81,6 +81,7 @@ async function handleRefreshEDBInfo(){
     const res=await apiDataEDB.edbRefresh({EdbInfoId:Number(route.query.edbInfoId)})
     LOADING.close()
     if(res.Ret===200){
+        showToast({message:'刷新成功',type:'success'})
         if(activeType.value==='chart'){
             chartDetailIns?.value.getEDBDataList()
         }else{