|
@@ -361,7 +361,21 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
this.tool.showMessage(res,()=>{
|
|
|
- this.tool.showMessage(res)
|
|
|
+ /*this.tool.showMessage(res)*/
|
|
|
+ /* this.$store.dispatch('changeDetailDrawer',false)
|
|
|
+ this.$store.dispatch('changeDetailDrawer',true)
|
|
|
+ this.$router.push({path:'/orderdetail',query:{id:res.data.sa_orderid,rowindex:res.data.rowindex}})*/
|
|
|
+
|
|
|
+ this.$store.dispatch('changeDetailDrawer',false)
|
|
|
+ setTimeout(()=>{
|
|
|
+ this.$router.replace({
|
|
|
+ path:'/orderdetail',
|
|
|
+ query:{
|
|
|
+ id:res.data.sa_orderid
|
|
|
+ }
|
|
|
+ })
|
|
|
+ this.$store.dispatch('changeDetailDrawer',true)
|
|
|
+ },500)
|
|
|
})
|
|
|
},
|
|
|
select (data) {
|