getprocess: {
token: this.$store.state.adminlist.token,
area_id: this.rowdata.area_id,
finance_id: this.rowdata.id
},
传入的时机
父子组件执行生命周期的顺序 父created -> 子created -> 子mounted ->父mounted
如果有必要的话可以做个 watch监听,直接取值,有可能因为你的数据还没有返还回来,但是你的子组件已经加载完成,所以导致你取不到值