|
@@ -80,6 +80,9 @@ const submitForm = () => {
|
|
|
const closeDialog = () => {
|
|
|
$myEmit('update:modelValue', false)
|
|
|
}
|
|
|
+const qrUrl = computed(() => {
|
|
|
+ return `${location.origin}/#/approve/detail?id=${props.currentTaskRow?.instanceId}`
|
|
|
+})
|
|
|
</script>
|
|
|
|
|
|
<template>
|
|
@@ -99,7 +102,7 @@ const closeDialog = () => {
|
|
|
|
|
|
<div>
|
|
|
<VueQrcode
|
|
|
- value="www.baidu.com"
|
|
|
+ :value="qrUrl"
|
|
|
:options="{
|
|
|
width: 90,
|
|
|
margin: 0
|