zcy há 3 anos atrás
pai
commit
40517a3069

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

@@ -67,7 +67,6 @@
 <script>
 import { getAction, httpAction } from '@/api/request'
 import JModal from '@/components/JModal'
-
 export default {
   name: 'CheckAndEditModel',
   components: {
@@ -109,7 +108,6 @@ export default {
       handler: function(newV, oldV) {
         this.lineShow = false
         this.stationShow = false
-
         this.$nextTick(() => {
           this.lineShow = true
           this.stationShow = true

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

@@ -133,7 +133,6 @@ export default {
       handler: function(newV, oldV) {
         this.lineShow = false
         this.stationShow = false
-
         this.$nextTick(() => {
           this.lineShow = true
           this.stationShow = true

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

@@ -108,7 +108,6 @@ export default {
       handler: function(newV, oldV) {
         this.lineShow = false
         this.stationShow = false
-
         this.$nextTick(() => {
           this.lineShow = true
           this.stationShow = true

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

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

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

@@ -43,7 +43,6 @@
         <j-list-select-tag
           v-if="substationShow"
           v-model="model.substationId"
-          :dept-id="model.deptId"
           :line-id="model.lineId"
           dict-code="substation"
         />
@@ -119,11 +118,9 @@ export default {
       handler: function(newV, oldV) {
         this.lineShow = false
         this.stationShow = false
-        this.substationShow = false
         this.$nextTick(() => {
           this.lineShow = true
           this.stationShow = true
-          this.substationShow = true
         })
       }
     },

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

@@ -134,7 +134,6 @@ export default {
       handler: function(newV, oldV) {
         this.lineShow = false
         this.stationShow = false
-
         this.$nextTick(() => {
           this.lineShow = true
           this.stationShow = true

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

@@ -43,8 +43,8 @@
         <j-list-select-tag
           v-if="substationShow"
           v-model="model.substationId"
-          :dept-id="model.deptId"
           :line-id="model.lineId"
+          placeholder="选择所别"
           dict-code="substation"
         />
       </a-form-model-item>
@@ -82,7 +82,6 @@
 <script>
 import { getAction, httpAction } from '@/api/request'
 import JModal from '@/components/JModal'
-
 export default {
   name: 'CheckAndEditModel',
   components: {
@@ -128,11 +127,9 @@ export default {
       handler: function(newV, oldV) {
         this.lineShow = false
         this.stationShow = false
-        this.substationShow = false
         this.$nextTick(() => {
           this.lineShow = true
           this.stationShow = true
-          this.substationShow = true
         })
       }
     },