|
@@ -56,8 +56,8 @@ export default {
|
|
|
this.$refs['form'].resetFields();
|
|
|
this.dialogFormVisible = false
|
|
|
console.log(res.data,'商品调价单')
|
|
|
- /*this.$store.dispatch('changeDetailDrawer',true)
|
|
|
- this.$router.push({path:'/productMoneyOddDetail',query:{id:res.data.sa_itempriceadjustid,rowindex:res.data.rowindex}})*/
|
|
|
+ this.$store.dispatch('changeDetailDrawer',true)
|
|
|
+ this.$router.push({path:'/productMoneyOddDetail',query:{id:res.data[0].sa_itempriceadjustid,rowindex:res.data[0].rowindex}})
|
|
|
})
|
|
|
})
|
|
|
},
|