1.29 财务分析模块完善
This commit is contained in:
@@ -88,7 +88,6 @@ const _sfc_main = {
|
||||
},
|
||||
watch: {
|
||||
data(newValue) {
|
||||
common_vendor.index.__f__("log", "at components/zlfx-view/zlfx-view.vue:172", newValue);
|
||||
this.option.series[0].data = newValue;
|
||||
this.init();
|
||||
}
|
||||
@@ -96,7 +95,7 @@ const _sfc_main = {
|
||||
methods: {
|
||||
async init() {
|
||||
const chart = await this.$refs.chartRef.init(echarts);
|
||||
common_vendor.index.__f__("log", "at components/zlfx-view/zlfx-view.vue:184", chart);
|
||||
common_vendor.index.__f__("log", "at components/zlfx-view/zlfx-view.vue:183", chart);
|
||||
chart.setOption(this.option);
|
||||
},
|
||||
clickIndustryRank() {
|
||||
|
||||
Reference in New Issue
Block a user