zcy 3 rokov pred
rodič
commit
fe6ec7a446

+ 1 - 0
src/views/catenary/stand/view/fb/CheckAndEditModel.vue

@@ -35,6 +35,7 @@
           v-if="stationShow"
           v-model="model.stationId"
           :line-id="model.lineId"
+          :dept-id="model.deptId"
           dict-code="station"
         />
       </a-form-model-item>

+ 1 - 0
src/views/catenary/stand/view/fcr/CheckAndEditModel.vue

@@ -35,6 +35,7 @@
           v-if="stationShow"
           v-model="model.stationId"
           :line-id="model.lineId"
+          :dept-id="model.deptId"
           dict-code="station"
         />
       </a-form-model-item>

+ 1 - 0
src/views/catenary/stand/view/ff/CheckAndEditModel.vue

@@ -35,6 +35,7 @@
           v-if="stationShow"
           v-model="model.stationId"
           :line-id="model.lineId"
+          :dept-id="model.deptId"
           dict-code="station"
         />
       </a-form-model-item>

+ 1 - 0
src/views/catenary/stand/view/fh/CheckAndEditModel.vue

@@ -35,6 +35,7 @@
           v-if="stationShow"
           v-model="model.stationId"
           :line-id="model.lineId"
+          :dept-id="model.deptId"
           dict-code="station"
         />
       </a-form-model-item>

+ 1 - 0
src/views/catenary/stand/view/fl/CheckAndEditModel.vue

@@ -34,6 +34,7 @@
         <j-list-select-tag
           v-if="stationShow"
           v-model="model.stationId"
+          :dept-id="model.deptId"
           :line-id="model.lineId"
           dict-code="station"
         />

+ 1 - 0
src/views/catenary/stand/view/fnh/CheckAndEditModel.vue

@@ -35,6 +35,7 @@
           v-if="stationShow"
           v-model="model.stationId"
           :line-id="model.lineId"
+          :dept-id="model.deptId"
           dict-code="station"
         />
       </a-form-model-item>

+ 1 - 0
src/views/catenary/stand/view/fs/CheckAndEditModel.vue

@@ -35,6 +35,7 @@
           v-if="stationShow"
           v-model="model.stationId"
           :line-id="model.lineId"
+          :dept-id="model.deptId"
           dict-code="station"
         />
       </a-form-model-item>

+ 1 - 1
src/views/catenary/stand/view/fxs/CheckAndEditModel.vue

@@ -35,6 +35,7 @@
           v-if="stationShow"
           v-model="model.stationId"
           :line-id="model.lineId"
+          :dept-id="model.deptId"
           dict-code="station"
         />
       </a-form-model-item>
@@ -43,7 +44,6 @@
           v-if="substationShow"
           v-model="model.substationId"
           :line-id="model.lineId"
-          placeholder="选择所别"
           dict-code="substation"
         />
       </a-form-model-item>