Explorar el Código

Merge branch 'master' of http://120.26.64.82:3000/BFFE/SZYGM1.0

zhaoke hace 2 años
padre
commit
f9aec19ff1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/systemSettings/warningEdit/index.vue

+ 2 - 2
src/views/systemSettings/warningEdit/index.vue

@@ -510,9 +510,9 @@ const getSelectData = async (id, name, dataNme) => {
     // return returnData.listValues;
     if (dataNme === "beginNode") {
       tableOptionser.value = returnData.listValues;
-    } else if (dataNme === "endNode") {
+    } else if (dataNme === "beginPosition") {
       tableOptionbegin.value = returnData.listValues;
-    } else if (dataNme === "endPosition") {
+    } else if (dataNme === "endNode") {
       tableOptionend.value = returnData.listValues;
     } else if (dataNme === "endPosition") {
       tableOptionendPos.value = returnData.listValues;