Commit c3400954 authored by youjie's avatar youjie

no message

parent 67b9db33
......@@ -255,6 +255,7 @@ export default {
let findIndex2 = this.currencyList.findIndex(y=>y.id==x.Currency)
if(findIndex2!=-1) x.CurrencyName =this.currencyList[findIndex2].name
})
this.getRenderingData()
},
deep:true,
immediate:true
......
......@@ -250,6 +250,7 @@ export default {
handler(newVal,oldVal){
this.params = JSON.parse(JSON.stringify(newVal))
this.TipList = this.params.OtherOrderInfo.TipList
this.getRenderingData()
},
deep:true,
immediate:true
......
......@@ -254,6 +254,7 @@ export default {
let findIndex = this.currencyList.findIndex(y=>y.id==x.Currency)
if(findIndex!=-1) x.CurrencyName =this.currencyList[findIndex].name
})
this.getRenderingData()
},
deep:true,
immediate:true
......
......@@ -254,6 +254,7 @@ export default {
let findIndex = this.currencyList.findIndex(y=>y.id==x.Currency)
if(findIndex!=-1) x.CurrencyName =this.currencyList[findIndex].name
})
this.getRenderingData()
},
deep:true,
immediate:true
......
......@@ -254,6 +254,7 @@ export default {
let findIndex = this.currencyList.findIndex(y=>y.id==x.Currency)
if(findIndex!=-1) x.CurrencyName =this.currencyList[findIndex].name
})
this.getRenderingData()
},
deep:true,
immediate:true
......
......@@ -255,6 +255,7 @@ export default {
let findIndex2 = this.currencyList.findIndex(y=>y.id==x.CurrencyId)
if(findIndex2!=-1) x.CurrencyName =this.currencyList[findIndex2].name
})
this.getRenderingData()
},
deep:true,
immediate:true
......
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