Commit 92fe320f by fukai

增加前面交易的pageId

parent 0cc6e976
......@@ -323,7 +323,7 @@ export default {
if ((res.respCode == SUCCESS)) {
Utils.copyValueFromVO(this.model, res.data);
// this.$router.push({ path: "business/inftrnpsDetail", query: { idx: idx}});
this.$router.push({ path: viewurl, query: {} });
this.$router.push({ path: viewurl, query: {},params:{prePageId:this.model.pageId} });
} else {
const h = this.$createElement;
const msg = res.respMsg || '请求执行失败!'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment