Commit c3400954 authored by youjie's avatar youjie

no message

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