Commit 7aba6a40 by huangshunlin

即期结售汇 账号下拉

parent dddc12a9
...@@ -46,8 +46,8 @@ export default { ...@@ -46,8 +46,8 @@ export default {
return; return;
} }
// this.updateValueSet(res.codeSet); // this.updateValueSet(res.codeSet);
this.model.accLst = res.codeSet["accLst"]; this.accLst = res.codeSet["accLst"];
this.model.accLst2 = res.codeSet["acc2Lst"]; this.accLst2 = res.codeSet["acc2Lst"];
this.model.fxdgrp.rec.acc = res.data.fxdgrp.rec.acc; this.model.fxdgrp.rec.acc = res.data.fxdgrp.rec.acc;
this.model.fxdgrp.rec.acc2 = res.data.fxdgrp.rec.acc2; this.model.fxdgrp.rec.acc2 = res.data.fxdgrp.rec.acc2;
}, },
......
...@@ -293,14 +293,14 @@ ...@@ -293,14 +293,14 @@
}, },
watch: { watch: {
//申请人变得 本外币下拉框需变化 //申请人变动 本外币下拉框需变化、账号、汇率变动
'model.fxdgrp.apl.pts.ptyinr': { 'model.fxdgrp.apl.pts.ptyinr': {
handler(newValue) { handler(newValue) {
if (newValue == "" || newValue == null) { if (newValue == "" || newValue == null) {
this.model.fxdgrp.rec.acc = ""; this.model.fxdgrp.rec.acc = "";
this.model.fxdgrp.rec.acc2 = ""; this.model.fxdgrp.rec.acc2 = "";
this.model.accLst = []; this.accLst = [];
this.model.accLst2 = []; this.accLst2 = [];
return return
} }
this.defaultAccAndRate(); this.defaultAccAndRate();
......
...@@ -46,8 +46,8 @@ export default { ...@@ -46,8 +46,8 @@ export default {
return; return;
} }
// this.updateValueSet(res.codeSet); // this.updateValueSet(res.codeSet);
this.model.accLst = res.codeSet["accLst"]; this.accLst = res.codeSet["accLst"];
this.model.accLst2 = res.codeSet["acc2Lst"]; this.accLst2 = res.codeSet["acc2Lst"];
this.model.fxdgrp.rec.acc = res.data.fxdgrp.rec.acc; this.model.fxdgrp.rec.acc = res.data.fxdgrp.rec.acc;
this.model.fxdgrp.rec.acc2 = res.data.fxdgrp.rec.acc2; this.model.fxdgrp.rec.acc2 = res.data.fxdgrp.rec.acc2;
}, },
......
...@@ -289,14 +289,14 @@ ...@@ -289,14 +289,14 @@
}, },
watch: { watch: {
//申请人变得 本外币下拉框需变化 //申请人变动 本外币下拉框需变化、账号、汇率变动
'model.fxdgrp.apl.pts.ptyinr': { 'model.fxdgrp.apl.pts.ptyinr': {
handler(newValue) { handler(newValue) {
if (newValue == "" || newValue == null) { if (newValue == "" || newValue == null) {
this.model.fxdgrp.rec.acc = ""; this.model.fxdgrp.rec.acc = "";
this.model.fxdgrp.rec.acc2 = ""; this.model.fxdgrp.rec.acc2 = "";
this.model.accLst = []; this.accLst = [];
this.model.accLst2 = []; this.accLst2 = [];
return return
} }
this.defaultAccAndRate(); this.defaultAccAndRate();
......
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