@@ -81,7 +81,7 @@ export default {
};
},
onLoad(options) {
- this.currentType = options.status ? options.status : 1;
+ this.currentType = options.status ? options.status : 0;
onShow() {
this.loadData();