d38dec23 by zhen

更新产品后返回列表页

1 parent bffca5a2
...@@ -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()
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!