Commit a67a96a9 authored by 我在何方's avatar 我在何方

新增商品异常修复

parent 339a5145
......@@ -541,6 +541,9 @@ export default {
updateProduct(this.form).then(response => {
this.$modal.msgSuccess(this.$t("修改成功"));
this.open = false;
if(this.exceptionProductId){
this.$router.replace({ path: '/product/product-list'})
}
this.getList();
});
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment