From d4ec839f3c86d2f90b8784a12ef884a08582a2cb Mon Sep 17 00:00:00 2001 From: DongZeLiang <2746733890@qq.com> Date: Tue, 27 Feb 2024 16:30:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B3=BB=E7=BB=9F=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/attribute/index.vue | 49 +--------------------- src/views/product/attributeGroup/index.vue | 33 +-------------- 2 files changed, 2 insertions(+), 80 deletions(-) diff --git a/src/views/product/attribute/index.vue b/src/views/product/attribute/index.vue index ea8cf9e..a60973c 100644 --- a/src/views/product/attribute/index.vue +++ b/src/views/product/attribute/index.vue @@ -9,30 +9,6 @@ @keyup.enter.native="handleQuery" /> - - - - - - - - - - 搜索 重置 @@ -89,9 +65,6 @@ - - - @@ -131,20 +104,6 @@ - - - - - - - - - - @@ -186,10 +145,7 @@ export default { queryParams: { pageNum: 1, pageSize: 10, - name: null, - groupId: null, - updataBy: null, - updataTime: null, + name: null }, // 表单参数 form: {}, @@ -224,11 +180,8 @@ export default { this.form = { id: null, name: null, - groupId: null, createBy: null, createTime: null, - updataBy: null, - updataTime: null, remark: null }; this.resetForm("form"); diff --git a/src/views/product/attributeGroup/index.vue b/src/views/product/attributeGroup/index.vue index 97558db..9b6b94b 100644 --- a/src/views/product/attributeGroup/index.vue +++ b/src/views/product/attributeGroup/index.vue @@ -19,22 +19,6 @@ /> - - - - - - - 搜索 重置 @@ -96,8 +80,6 @@ - - @@ -146,17 +128,6 @@ >{{dict.label}} - - - - - - - @@ -200,9 +171,7 @@ export default { pageNum: 1, pageSize: 10, name: null, - states: null, - updataBy: null, - updataTime: null, + states: null }, // 表单参数 form: {},