@@ -167,7 +167,10 @@
message: '提交成功',
duration:1000
});
- this.$router.back();
+ // this.$router.back();
+ setTimeout(() =>{
+ this.$router.push({ path:'/pms/product' })
+ },1000);
}else{
createProduct(this.productParam).then(response=>{
@@ -176,7 +179,10 @@
- location.reload();
+ // location.reload();
}
})