Commit 73cbe26a authored by 13841799530's avatar 13841799530

解润东

20220628
字段替换
parent ca8f829e
Pipeline #8502 passed with stage
in 5 minutes and 16 seconds
......@@ -89,7 +89,7 @@ export default {
},
data() {
return {
text: "取消申请",
text: "取消巡查",
radio: "1",
applyReason: "",
setRank: "", //风险定级
......
......@@ -178,13 +178,20 @@ export default {
});
},
touchstart(index, item) {
console.log(item)
if(item.appUrl){
this.$router.push({
name: item.appUrl,
// name: item.appUrl,
name: 'center',
params: {
id: item.pid,
pageName:'noticeWait'
},
path:item.appUrl,
theme:item.theme
}
// params: {
// id: item.pid,
// pageName:'noticeWait'
// },
});
sessionStorage.setItem('projectId',item.projectId?item.projectId:'null')
sessionStorage.setItem('id',item.pid)
......
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