Commit af0e887f authored by 黄奎's avatar 黄奎

页面修改

parent 03bcfece
...@@ -182,6 +182,7 @@ ...@@ -182,6 +182,7 @@
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
var tempData = res.data.data; var tempData = res.data.data;
console.log("tempData",tempData);
if (tempData.ID && tempData.ID > 0) { if (tempData.ID && tempData.ID > 0) {
this.postData.ID = tempData.ID; this.postData.ID = tempData.ID;
} }
...@@ -242,14 +243,11 @@ ...@@ -242,14 +243,11 @@
Key: item.CurrencyId, Key: item.CurrencyId,
currencyNumberList: [] currencyNumberList: []
}; };
if(this.CurrencyNumberListExt.length==0) if (this.CurrencyNumberListExt.length == 0) {
{ this.CurrencyNumberListExt.push(currencyNumberItem);
this.CurrencyNumberListExt.push(currencyNumberItem);
} }
}); });
} }
console.log("tempData.CurrencyNumberListExt",tempData.CurrencyNumberListExt);
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
......
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