Explorar el Código

实际起运港场站下拉值改为id

liyuan hace 2 días
padre
commit
66b3c6b339
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/boxManagement/containerNumber/index.vue

+ 2 - 2
src/views/boxManagement/containerNumber/index.vue

@@ -288,7 +288,7 @@ export default {
           },
           {
             label: "实际起运港场站",
-            prop: "polStationCname",
+            prop: "polStationId",
             width: 140,
             overHidden: true,
             search: true,
@@ -300,7 +300,7 @@ export default {
             dicUrl: "/api/blade-los/bcorps/selectList?status=0&corpTypeName=场站&size=5&current=1&cnName={{key}}",
             props: {
               label: "cnName",
-              value: "cnName",
+              value: "id",
               desc: "code",
               res: "data.records"
             }