diff --git a/src/views/product/index.vue b/src/views/product/index.vue index 3e976d1..fc1c42d 100644 --- a/src/views/product/index.vue +++ b/src/views/product/index.vue @@ -238,6 +238,7 @@ export default { }, //table list getByPage() { + this.parameter.params["enableMark"] = "ENABLE"; serve.getByPage(this.parameter).then((res) => { this.tableData = res.data.list; this.parameter.total = res.data.totalCount;