diff --git a/src/views/product/attribute/index.vue b/src/views/product/attribute/index.vue
index a7c243f..79623c4 100644
--- a/src/views/product/attribute/index.vue
+++ b/src/views/product/attribute/index.vue
@@ -9,14 +9,7 @@
@keyup.enter.native="handleQuery"
/>
-
-
-
+
-
@@ -131,9 +123,7 @@
-
-
-
+
@@ -198,7 +188,6 @@ export default {
pageNum: 1,
pageSize: 10,
name: null,
- groupId: null,
updatedBy: null,
updatedTime: null
},
@@ -238,7 +227,6 @@ export default {
this.form = {
id: null,
name: null,
- groupId: null,
remark: null,
createdBy: null,
createdTime: null,