@@ -49,7 +49,6 @@ export default {
},
created(){
this.username = Cookies.get('username');
- console.log('1111',this.username);
methods: {
toggleSideBar() {
@@ -108,7 +108,9 @@
type: 'success',
duration:1000
});
- this.$router.back();
+ setTimeout(() =>{
+ this.$router.back();
+ },1000);
} else {
createBrand(this.brand).then(response => {
@@ -119,6 +121,9 @@
}
@@ -184,7 +184,9 @@
duration: 1000
this.productCate.productAttributeIdList = this.getProductAttributeIdList();
@@ -196,6 +198,9 @@