@@ -283,7 +283,7 @@
watch: {
//本页面监听到路由(参数)改变
'$route': function(to, from) {
- this.reloadList(to.query.status)
+ this.reloadList(to.query.status?to.query.status:0)
}
},
@@ -261,7 +261,7 @@
@@ -281,7 +281,7 @@