Explorar el Código

监测图斑类型筛选

maxiaoxiao hace 11 meses
padre
commit
dfacc4f9ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/farmlandProtection/jctb/index.vue

+ 1 - 1
src/views/farmlandProtection/jctb/index.vue

@@ -66,7 +66,7 @@
               v-for="item in monitorOpt"
               :key="item.dictCode"
               :label="item.dictValue"
-              :value="item.dictCode"
+              :value="item.dictLabel"
             >
             </el-option>
           </el-select>