From beaa0ca2211c7b61eb47dcc9beb6172cef6a520b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Sun, 29 Jan 2023 17:07:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/goodsCategory/index.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/system/goodsCategory/index.vue b/src/views/system/goodsCategory/index.vue index 364a37e..e38a760 100644 --- a/src/views/system/goodsCategory/index.vue +++ b/src/views/system/goodsCategory/index.vue @@ -495,7 +495,7 @@ export default { }, /** 新增按钮操作 */ handleAdd() { - // this.reset(); + this.reset(); this.open = true; this.title = "添加商品分类信息"; // if (this.queryParams.parentId != 0) { @@ -529,7 +529,6 @@ export default { this.$modal.msgSuccess("修改成功"); ++this.isResouceShow; this.open = false; - this.queryParams.pageNum = 1; this.getList(); this.info(); }); @@ -538,7 +537,6 @@ export default { this.$modal.msgSuccess("新增成功"); ++this.isResouceShow; this.open = false; - this.queryParams.pageNum = 1; this.getList(); this.info(); });