Browse Source

采购入库

shish 2 years ago
parent
commit
08d736183f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ghsApp/src/pagesPurchase/components/pageSuccess.vue

+ 2 - 2
ghsApp/src/pagesPurchase/components/pageSuccess.vue

@@ -185,8 +185,8 @@ export default {
 					if(res.code == 1){
 					if(res.code == 1){
 						that.$msg(res.msg)
 						that.$msg(res.msg)
 						setTimeout(function(){
 						setTimeout(function(){
-							that.pageTo({url: '/pagesPurchase/info?orderSn='+that.info.orderSn,type:2})
-						},1100)
+							uni.navigateBack()
+						},1300)
 					}
 					}
 				})
 				})
 			})
 			})