quanyawei
2023-11-08 b363a03cc33804b783fb87e17070d78e08e65308
fix:路劲规划修改
1 files modified
14 ■■■■■ changed files
src/views/list/road.vue 14 ●●●●● patch | view | raw | blame | history
src/views/list/road.vue
@@ -302,11 +302,11 @@
    this.check=false
    this.startstate='batch'
    this.batchshow=true
    this.selectCar();
    // this.selectCar();
    this.batchid=record.coordinateId
  }
  private handlebatch(){
    this.selectCar()
    // this.selectCar()
    this.batchshow=false
    this.handlenull();
  }
@@ -325,15 +325,17 @@
      this.$message.success(res.data.message)
      this.starttime=''
      this.endtime=''
      this.selectCar()
      // this.selectCar()
    }))
  }
  private upa=''
  private recordid:any=0
  private handleEditModalVisible(record){
  private handleEditModalVisible(record) {
    console.log('dataList',this.dataList)
    this.check=false
    this.handlebatch()
    this.startstate='none'
    this.startstate = 'none'
    this.dataList=[]
    this.upa='upa'
    this.recordid=record.coordinateId
    if(this.carvalue==='请选择走航车'){
@@ -371,7 +373,7 @@
  }
  private inupa(){
    this.upa=''
    this.selectCar()
    // this.selectCar()
  }
  private carvalue:any='请选择走航车'
  private carIndex:any=[]