报送管理员默认进来看全部
This commit is contained in:
parent
a64684fc35
commit
17036eda97
|
@ -386,6 +386,12 @@ export default {
|
||||||
checkPermission,
|
checkPermission,
|
||||||
|
|
||||||
getState() {
|
getState() {
|
||||||
|
if(this.checkPermission(["record_confirm"])){
|
||||||
|
this.listQuery = {
|
||||||
|
page:1,
|
||||||
|
page_size:20
|
||||||
|
}
|
||||||
|
}
|
||||||
if (this.$route.params.state) {
|
if (this.$route.params.state) {
|
||||||
this.listQuery.state = this.$route.params.state;
|
this.listQuery.state = this.$route.params.state;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue