Commit ebbf531b by WH

fix:待复核列表未查询objinr参数的缺陷

parent 7b168a25
...@@ -144,7 +144,7 @@ export default { ...@@ -144,7 +144,7 @@ export default {
this.$router.push({ this.$router.push({
// name: 'Review-new' + trnName.charAt(0).toUpperCase() + trnName.substring(1), // name: 'Review-new' + trnName.charAt(0).toUpperCase() + trnName.substring(1),
path: 'review-new/review' + row['inifrm'].toLowerCase(), path: 'review-new/review' + row['inifrm'].toLowerCase(),
query: { trn: row['inr'], operateId: operateId,newFlag:row.inifrm.toLowerCase()}, query: { trn: row['inr'], operateId: operateId,newFlag:row.inifrm.toLowerCase(),inr: row.objinr},
params: { prePageId: this.model.pageId }, params: { prePageId: this.model.pageId },
}); });
localStorage.setItem(`review_${row.inifrm.toLowerCase()}`, JSON.stringify(row)) localStorage.setItem(`review_${row.inifrm.toLowerCase()}`, JSON.stringify(row))
......
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