Commit 1bc9685d by qiaoyanqi

草稿加参数

parent ec6512ad
......@@ -207,6 +207,9 @@ export default {
let a = `/showDraftBillForm/${billDefineName}_E/${row.id}`;//草稿查看详情改为_E并且为只读
let routeData = GMS.routerManager.getRouter().resolve({
path: a,
query:{
params:"{'isEdit':true}"
}
});
window.open(routeData.href, "_blank");
},
......
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