Commit f0bd0d76 authored by 邓春圆's avatar 邓春圆

去掉空运订单重量上限(kg) 初始值

parent bbd9d782
...@@ -95,24 +95,24 @@ export default { ...@@ -95,24 +95,24 @@ export default {
} }
}, },
computed:{ computed:{
screenCom(){ // screenCom(){
let num = undefined // let num = undefined
if(this.keyArr === 'channelPriceStepClearanceList'){ // if(this.keyArr === 'channelPriceStepClearanceList'){
num = this.getDictDatas(this.DICT_TYPE.AIR_CUSTOM_CLEARANCE)[0]?.value // num = this.getDictDatas(this.DICT_TYPE.AIR_CUSTOM_CLEARANCE)[0]?.value
}else { // }else {
num = this.getDictDatas(this.DICT_TYPE. AIR_COMMODITY_CUSTOM_CLEARANCE)[0]?.value // num = this.getDictDatas(this.DICT_TYPE. AIR_COMMODITY_CUSTOM_CLEARANCE)[0]?.value
} // }
//
return num // return num
} // }
}, },
mounted() { mounted() {
this.value1 = this.value this.value1 = this.value
this.$nextTick(()=>{ // this.$nextTick(()=>{
if(!this.value1.airWeightLimit){ // if(!this.value1.airWeightLimit){
this.value1.airWeightLimit = this.screenCom // this.value1.airWeightLimit = this.screenCom
} // }
}) // })
this.$nextTick(()=>{ this.$nextTick(()=>{
if(this.value1[this.keyArr] && this.value1[this.keyArr].length === 0){ if(this.value1[this.keyArr] && this.value1[this.keyArr].length === 0){
this.addInterval() this.addInterval()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment