|
@@ -421,7 +421,7 @@ export default {
|
|
if (res.data.code == 200) {
|
|
if (res.data.code == 200) {
|
|
that.budgeting = res.data.data.modulePromptInfos[0].data;
|
|
that.budgeting = res.data.data.modulePromptInfos[0].data;
|
|
that.bizhong = res.data.data.modulePromptInfos[0].currencyCode;
|
|
that.bizhong = res.data.data.modulePromptInfos[0].currencyCode;
|
|
- console.log(that.budgeting)
|
|
|
|
|
|
+ //console.log(that.budgeting)
|
|
} else {
|
|
} else {
|
|
// that.$message.error(res.data.msg);
|
|
// that.$message.error(res.data.msg);
|
|
}
|
|
}
|
|
@@ -444,7 +444,7 @@ export default {
|
|
}
|
|
}
|
|
}).then(function (res) {
|
|
}).then(function (res) {
|
|
if (res.data.code == 200) {
|
|
if (res.data.code == 200) {
|
|
- console.log(res)
|
|
|
|
|
|
+ //console.log(res)
|
|
that.delegationInfoList = res.data.data.delegations;
|
|
that.delegationInfoList = res.data.data.delegations;
|
|
for (let index = 0; index < that.delegationInfoList.length; index++) {
|
|
for (let index = 0; index < that.delegationInfoList.length; index++) {
|
|
if (that.delegationInfoList[index].id == that.diId) {
|
|
if (that.delegationInfoList[index].id == that.diId) {
|
|
@@ -525,7 +525,7 @@ export default {
|
|
cTable: that.cTable,
|
|
cTable: that.cTable,
|
|
}
|
|
}
|
|
}).then(function (res) {
|
|
}).then(function (res) {
|
|
- console.log(res)
|
|
|
|
|
|
+ //console.log(res)
|
|
if (res.data.code == 200) {
|
|
if (res.data.code == 200) {
|
|
that.currencyList = res.data.data.teamRates;
|
|
that.currencyList = res.data.data.teamRates;
|
|
if (that.currency == 0) {
|
|
if (that.currency == 0) {
|
|
@@ -697,7 +697,7 @@ export default {
|
|
|
|
|
|
mounted() {
|
|
mounted() {
|
|
this.pageId = localStorage.getItem('indexs').split('-')[1];
|
|
this.pageId = localStorage.getItem('indexs').split('-')[1];
|
|
- console.log(this.pageId)
|
|
|
|
|
|
+ //console.log(this.pageId)
|
|
this.token = JSON.parse(localStorage.getItem('userinif')).token;
|
|
this.token = JSON.parse(localStorage.getItem('userinif')).token;
|
|
this.userId = JSON.parse(localStorage.getItem('userinif')).userInfo.userId
|
|
this.userId = JSON.parse(localStorage.getItem('userinif')).userInfo.userId
|
|
this.id = this.$route.query.id
|
|
this.id = this.$route.query.id
|