这个rowdata的值怎么拿到,在HTML节点可以直接渲染出来,在data和methods中拿不到值

img

img


getprocess: {
                    token: this.$store.state.adminlist.token,
                    area_id: this.rowdata.area_id,
                    finance_id: this.rowdata.id
                },

传入的时机

父子组件执行生命周期的顺序 父created -> 子created -> 子mounted ->父mounted

如果有必要的话可以做个 watch监听,直接取值,有可能因为你的数据还没有返还回来,但是你的子组件已经加载完成,所以导致你取不到值