From 778f1626f53902a7a8e61e6c1fb738ff3a99e9e5 Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Fri, 17 Mar 2023 15:05:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/index.vue | 1 + 1 file changed, 1 insertion(+) 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;