|
@@ -53,23 +53,24 @@
|
|
|
import VueEsign from './vueEsign.vue'
|
|
|
const visible = ref(false)
|
|
|
const esignRef = ref(false)
|
|
|
- const resultImg = ref('')
|
|
|
+ const resultImg = ref('https://db.js-whzl.com:8055/preview/zhdbbucket/hnzy/20250412/plateName/17444643281127352.null')
|
|
|
const isCrop = ref(false)
|
|
|
const lineWidth = ref(10)
|
|
|
const lineColor = ref('#000000')
|
|
|
const bgColor = ref('')
|
|
|
const props = defineProps(['image'])
|
|
|
// eslint-disable-next-line vue/no-setup-props-destructure
|
|
|
- resultImg.value = props.image
|
|
|
+ //resultImg.value = props.image
|
|
|
const emit = defineEmits({ successful: null })
|
|
|
const recordId = ref()
|
|
|
const show = (id) => {
|
|
|
visible.value = true
|
|
|
recordId.value = id
|
|
|
+ handleReset()
|
|
|
}
|
|
|
const handleReset = () => {
|
|
|
esignRef.value.reset()
|
|
|
- resultImg.value = ''
|
|
|
+ resultImg.value = 'https://db.js-whzl.com:8055/preview/zhdbbucket/hnzy/20250412/plateName/17444643281127352.null'
|
|
|
}
|
|
|
const handleGenerate = () => {
|
|
|
esignRef.value
|