提交 0481a906 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 611600c3
......@@ -56,11 +56,12 @@ export default {
const { code, data } = response
if (code === 1) {
this.sign = data
this.getSignDocument(data.flowid).then(() => {
if (!this.documentUrl) {
this.dialogVisible = true
}
})
data.flowid &&
this.getSignDocument(data.flowid).then(() => {
if (!this.documentUrl) {
this.dialogVisible = true
}
})
} else {
this.$message.error('处理签名失败')
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论