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;
 						}