ソースを参照

缩略图优化bug…

hbchen 10 ヶ月 前
コミット
b2293cb221
1 ファイル変更1 行追加1 行削除
  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)
     },