| | |
| | | symbolCode: "HKD", |
| | | symbol: "HK$", |
| | | }, |
| | | { |
| | | title: this.$t("yg"), |
| | | assname: this.$t("印股总资产"), |
| | | name: "6", |
| | | bgc: "rgb(255 91 180)", |
| | | laber: "IN", |
| | | symbolCode: "IND", |
| | | symbol: "₹", |
| | | }, |
| | | { |
| | | title: this.$t("日股"), |
| | | assname: this.$t("日股总资产"), |
| | | name: "7", |
| | | bgc: "rgb(255 91 100)", |
| | | laber: "JP", |
| | | symbolCode: "JPN", |
| | | symbol: "¥", |
| | | }, |
| | | ], |
| | | getMoneyList: [], |
| | | }; |
| | |
| | | }); |
| | | let obj = arr.filter((item) => item.name == this.active)[0]; |
| | | this.activeObj = obj; |
| | | console.log(this.activeObj,'obj') |
| | | console.log(obj, "0000000", this.tabsArr); |
| | | this.tabsArr = arr; |
| | | console.log(this.tabsArr,'arr') |
| | | this.$forceUpdate(); // 强制Vue重新渲染 |
| | | } |
| | | }, |