Browse Source

商品类型排序

1
mo 2 years ago
parent
commit
a0bb75278d
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/pms/productAttr/index.vue

+ 4 - 1
src/views/pms/productAttr/index.vue

@@ -108,7 +108,8 @@
         dialogTitle:'',
         productAttrCate:{
           name:'',
-          id:null
+          id:null,
+          sort:''
         },
         rules: {
           name: [
@@ -189,6 +190,7 @@
                 });
                 this.dialogVisible = false;
                 this.productAttrCate.name = ''
+                this.productAttrCate.sort=''
                 this.getList();
               });
             }else{
@@ -199,6 +201,7 @@
                   duration:1000
                 });
                  this.productAttrCate.name = ''
+                 this.productAttrCate.sort=''
                 this.dialogVisible = false;
                 this.getList();
               });