|
@@ -1906,6 +1906,10 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}else if (name == 'curCode') {
|
|
}else if (name == 'curCode') {
|
|
|
|
+ if (row.feeCnName == 'PS') {
|
|
|
|
+ this.$set(row,'curCode','')
|
|
|
|
+ value = 'USD'
|
|
|
|
+ }
|
|
for(let item of this.curCodeData) {
|
|
for(let item of this.curCodeData) {
|
|
if (item.code == value){
|
|
if (item.code == value){
|
|
if (item.code == 'USD') {
|
|
if (item.code == 'USD') {
|