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: {},