Explorar o código

缩略图优化bug…

hbchen hai 10 meses
pai
achega
b2293cb221
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/futures_manage/commodityChartBase.vue

+ 1 - 1
src/views/futures_manage/commodityChartBase.vue

@@ -581,7 +581,7 @@ export default {
       //   ChartInfoId: this.selected_chartid,
       //   ImageUrl: Data.ResourceUrl,
       // });
-			form.append('ChartInfoId',this.selected_chartid)
+			form.append('ChartInfoId',this.chartInfo.ChartInfoId)
 			await dataBaseInterface.setChartThumbnail(form)
     },