更新产品后返回列表页
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -336,9 +336,9 @@ export default { | ... | @@ -336,9 +336,9 @@ export default { |
336 | message: '添加成功', | 336 | message: '添加成功', |
337 | type: 'success' | 337 | type: 'success' |
338 | }) | 338 | }) |
339 | this.$router.push({ path: 'product-infor-management' }) | ||
340 | } | 339 | } |
341 | } | 340 | } |
341 | this.$router.push({ path: 'product-infor-management' }) | ||
342 | }, | 342 | }, |
343 | constructorFormData() { | 343 | constructorFormData() { |
344 | const formData = new FormData() | 344 | const formData = new FormData() | ... | ... |
-
Please register or sign in to post a comment