Commit af0e887f authored by 黄奎's avatar 黄奎

页面修改

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