概况页-数据汇总问题
Showing
with
26 additions
and
36 deletions
Please
register
or
sign in
to comment
... | ... | @@ -109,6 +109,10 @@ export default { |
}; | ||
}, | ||
created() { | ||
let status = this.$route.query.status; | ||
if (status) { | ||
this.formParam.i_status = status; | ||
} | ||
this.getData(); | ||
}, | ||
methods: { | ||
... | ... |