Commit 40748dba authored by 罗新东's avatar 罗新东

Merge branch 'develop' of http://git.censoft.com.cn/BCDH-HSE/bcdh-app into develop

parents b82cfced b709ae2c
Pipeline #7645 passed with stage
in 14 seconds
......@@ -89,7 +89,8 @@ export default {
},
],
userInfo: {
portrait: require("@/assets/myTerritory/touxiang.png"),
//portrait: require("@/assets/myTerritory/touxiang.png"),
portrait: getUserInfo().avatar,
name: getUserInfo() ? getUserInfo().userName : "xxx",
position: getUserInfo() ? getUserInfo().deptName : "xx部",
// name: "刘华强",
......
......@@ -81,7 +81,7 @@ export default {
// 画布没有签字时会执行这里
this.$dialog.alert({
title: '提示',
message: '不签名就想提交?做梦!',
message: '提示:本人签名,非本人签名、代签者将承担一切法律责任及连带后果。',
theme: 'round-button',
})
})
......
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