فهرست منبع

卷帘对比初始化

DESKTOP-CRQ4N2U\jintian 2 سال پیش
والد
کامیت
dcc105f5b5
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/Map3d/components/ImageLayerSplit.vue

+ 2 - 2
src/views/Map3d/components/ImageLayerSplit.vue

@@ -709,10 +709,10 @@
 						res.value = res;
 						res.label = res.layername;
 
-						if (index == 0) {
+						if (res.layername === "二调") {
 							_self.leftValue = res;
 						}
-						if (index == 1) {
+						if (res.layername === "三调") {
 							_self.rightValue = res;
 						}