@@ -134,7 +134,8 @@ export default {
// 列表表单
dialogForm: {
pageNum: 1,
- pageSize: 10
+ pageSize: 10,
+ status: 1
},
total: 0,
classifyOptions: [],
@@ -240,6 +241,7 @@ export default {
this.dialogForm = {
pageSize: 10,
+ status: 1,
...this.data
}
this.getPage()