|
@@ -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();
|
|
|
});
|