Commit 0bee0a13 authored by 胡占生's avatar 胡占生 🇨🇳

fix: 任务管理进去后点击固有风险后现状风险列表数据问题

parent db984e0d
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
</van-row> </van-row>
<van-row type="flex" style="flex-direction: column;align-items: center;"> <van-row type="flex" style="flex-direction: column;align-items: center;">
<van-col> <van-col>
<van-image round width="34" height="34" src="http://rongtongpc.censoft.com.cn/dev-api/profile/upload/2023/07/08/guyou.png" /> <van-image round width="34" height="34" src="http://rongtongpc.censoft.com.cn/dev-api/profile/upload/2023/07/08/xianyou.png" />
</van-col> </van-col>
<van-col> <van-col>
{{ item.userName }} {{ item.userName }}
...@@ -99,7 +99,7 @@ export default { ...@@ -99,7 +99,7 @@ export default {
}) })
}, },
timestampToTimes(time) { timestampToTimes(time) {
return timestampToTime(new Date(time), "DT2", true); return timestampToTime(new Date(time), "DT1", true);
}, },
goDetail(item){ goDetail(item){
console.log(item,'???') console.log(item,'???')
......
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