dcc
2024-05-23 e8b9f823dd93329eed3e9dc9a2964ac53734f4ee
src/page/user/Warehouse.vue
@@ -86,6 +86,24 @@
          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: [],
    };
@@ -123,8 +141,10 @@
        });
        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重新渲染
      }
    },